You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for your work with this it's appreciated.
Currently, I'm using sun editor to persist images in base64 to a database, but they are getting wrapped in a div with a class name of se-component which is causing an error TypeError Cannot read property 'style' of null. I've replicated it in this code sandbox https://codesandbox.io/s/setoptions-failed-with-cannot-read-property-style-of-null-4j8w6?file=/src/App.js By removing the se-compoent class it works just fine.
I'm not sure what I'm missing, is it intended that the <img tag is wrapped in a div with this class?
This is in version 2.11.0 of the React component and it looks like that version uses version 2.29.0 of Sun Editor.
Thanks,
Doug
The text was updated successfully, but these errors were encountered:
Hello, thanks for your work with this it's appreciated.
Currently, I'm using sun editor to persist images in base64 to a database, but they are getting wrapped in a div with a class name of se-component which is causing an error TypeError Cannot read property 'style' of null. I've replicated it in this code sandbox https://codesandbox.io/s/setoptions-failed-with-cannot-read-property-style-of-null-4j8w6?file=/src/App.js By removing the se-compoent class it works just fine.
I'm not sure what I'm missing, is it intended that the <img tag is wrapped in a div with this class?
This is in version 2.11.0 of the React component and it looks like that version uses version 2.29.0 of Sun Editor.
Thanks,
Doug
The text was updated successfully, but these errors were encountered: