jpuri / react-draft-wysiwyg

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

Uncaught Invariant Violation: Unknown DraftEntity key: null. #848

Open Hereward opened 5 years ago

Hereward commented 5 years ago

This fatal error occurs whenever I try to paste into the editor HTML containing the <figure> tag.

Uncaught Invariant Violation: Unknown DraftEntity key: null.

"draft-js": "^0.10.5" "react-draft-wysiwyg": "^1.13.2"

Rody-Kirwan commented 5 years ago

Same issue as above

tcg commented 5 years ago

Looks like a duplicate of https://github.com/jpuri/react-draft-wysiwyg/issues/824 ?

caizhongren commented 4 years ago

Have you solved it?

Rody-Kirwan commented 4 years ago

@caizhongren No. switched to tinymce which was much less work :)