React-draft-wysiwyg: Error: Unknown DraftEntity key: null.

Created on 3 Mar 2020  路  3Comments  路  Source: jpuri/react-draft-wysiwyg

I thought it was a problem on my side but then I went to try the same code on the editor on the demo page.
Ways to regenerate the error:

  1. Go to [https://jpuri.github.io/react-draft-wysiwyg/#/demo]https://jpuri.github.io/react-draft-wysiwyg/#/demo
  2. Type in some text
  3. Add an image
  4. type some text in korean and then type 'enter'
  5. the error happens( as in the screen becomes all white and if you check in the console there is an error)
    Screen Shot 2020-03-03 at 1 35 30 PM

Most helpful comment

It was resolved by changing the version of draft-js to 0.10.*

All 3 comments

I was faced to the same error

I was faced to the same error

It was resolved by changing the version of draft-js to 0.10.*

Was this page helpful?
0 / 5 - 0 ratings