jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.41k stars 1.16k forks source link

Error: Unknown DraftEntity key: null. #936

Open regisBafutwabo opened 4 years ago

regisBafutwabo commented 4 years ago

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
cuongdevjs commented 4 years ago

I was faced to the same error

caizhongren commented 4 years ago

I was faced to the same error

hoonn9 commented 4 years ago

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