tinymce / tinymce-svelte

Svelte wrapper
MIT License
23 stars 6 forks source link

NS_ERROR_UNEXPECTED on firefox. #42

Closed karan-t closed 1 year ago

karan-t commented 1 year ago

Hi,

I currently have 2 components where component 1 has a TinyMCE Editor. Clicking on a button mounts component 2. When component 2 mounts I face this error "NS_ERROR_UNEXPECTED" only on firefox. This occurs randomly and the only change in the DOM I see is the node with class "tox tox-silver-sink tox-tinymce-aux" remains when this error occurs. When I don't face the error, I can't find this. Sorry if this is a basic issue that I'm failing to solve.