To fix the issue just replace line 15 in the file bulk-block-converter/js/scripts.js, witch is:
wp.editPost.initializeEditor(‘bbconv-editor’);
with:
wp.editPost.initializeEditor(‘bbconv-editor’, ”, 0, {styles: []});
Thanks @pbosakov for Your code, although i hope the fix will be in the future updates?