wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 311 forks source link

works in debug mode, but get an error when I call editor.getContentHtml() in release mode. #159

Open earlyCloud opened 5 years ago

earlyCloud commented 5 years ago

It happens just on setting something bold or breaking to another line. It seems no one meets the same problem so I come here for help. Thanks a lot.

stefanplazic commented 5 years ago

In my case, if I insert image and call getContentHtml() method, my app crashes. Did you find any fix?