imnapo / react-native-cn-richtext-editor

Richtext editor for react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nested tags don't work

GummyGod opened this issue · comments

commented

So basically trying to convertToObject(initialEditorValue.content) throw back an error.
I investigated and the following structure causes a bug
<p>hey<b>wassup</b>
Also <div> <p>hey</p> </div> will cause a crash because the space between the div and p tags. Any ideeas why & plans to fix it?