Jungwoo-An / react-editor-js

โš›๏ธ๐Ÿ“The unofficial editor-js component for React
https://codesandbox.io/s/react-editor-js-v2-34bfl
MIT License
945 stars 77 forks source link

Not able to use Embed and Code plugins #169

Closed mkholjuraev closed 2 years ago

mkholjuraev commented 2 years ago

Environment

Describe

First of all, thanks for the great app!

I have some bugs and need help to resolve them:

I am not able to use the Code plugin. I can successfully install it, users can type some code. But after a few chars entered, code editor throws: t.some is not a function.

Also, Embed plugin is not visible in the UI at all.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Jungwoo-An commented 2 years ago

@mkholjuraev Hi! First of all, thanks for your interest! ๐Ÿ‘‹

It looks like a bug of editor-js. https://github.com/codex-team/editor.js/issues/1750

Thanks!