Open Frank1e0927 opened 5 years ago
Hey @Frank1e0927 , there is a limitation - currently the library best works with only html produced by https://github.com/jpuri/react-draft-wysiwyg it can not take care of any arbitrary html.
Is this HTML generated by above wysiwyg ?
Hey @Frank1e0927 , there is a limitation - currently the library best works with only html produced by https://github.com/jpuri/react-draft-wysiwyg it can not take care of any arbitrary html.
Is this HTML generated by above wysiwyg ?
yes, i used react-draft-wysiwyg
But AFAIK lib does not produce span like this. Can you plz details the step to reproduce this.
We have this issue because we try to migrate our UI to use this component but some pre-exisiting HTML data just break.
here props value just is img tag with src
it will throw an error Unknown DraftEntity key: null.
why ????
and if i pass
it will work
and if i pass
it will invisible all the element after img tag
Hope to get the answer