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
I use this component at least at 3 different pages. When i'm load this component at first, it's all ok, no crashes, but when i want to change page to another, where editor component is use too, i have a crash and error at console
Uncaught TypeError: Cannot read property 'unbind' of undefined
at Yx.<anonymous> (tinymce.min.js?apiKey=8g8nxiiua9o6rxmlgdkupdq0cwtn4ws1819v8typvr8opxb0:76)
at Jg.c.fire (tinymce.min.js?apiKey=8g8nxiiua9o6rxmlgdkupdq0cwtn4ws1819v8typvr8opxb0:8)
at Yx.fire (tinymce.min.js?apiKey=8g8nxiiua9o6rxmlgdkupdq0cwtn4ws1819v8typvr8opxb0:8)
at rp (tinymce.min.js?apiKey=8g8nxiiua9o6rxmlgdkupdq0cwtn4ws1819v8typvr8opxb0:8)
at qx (tinymce.min.js?apiKey=8g8nxiiua9o6rxmlgdkupdq0cwtn4ws1819v8typvr8opxb0:8)
at Yx.remove (tinymce.min.js?apiKey=8g8nxiiua9o6rxmlgdkupdq0cwtn4ws1819v8typvr8opxb0:8)
at Object.remove (tinymce.min.js?apiKey=8g8nxiiua9o6rxmlgdkupdq0cwtn4ws1819v8typvr8opxb0:8)
at Editor.componentWillUnmount (Editor.js:71)
at callComponentWillUnmountWithTimer (react-dom.development.js:14280)
at HTMLUnknownElement.callCallback (react-dom.development.js:100)
It only happens when there is plugins property available. If i remove it, everything works good
Version of Tiny - "@tinymce/tinymce-react": "^2.3.0",
The text was updated successfully, but these errors were encountered:
Is there a difference between this issue and the one you opened and closed earlier? Or maybe douple post caused by github having some technical problems today?
Is there a difference between this issue and the one you opened and closed earlier? Or maybe douple post caused by github having some technical problems today?
-Yes, it was bugs on github platform and this issue was closed, and i created new issue
I installed
"@tinymce/tinymce-react": "^2.3.0",
I wrote my own component following the documentation
I use this component at least at 3 different pages. When i'm load this component at first, it's all ok, no crashes, but when i want to change page to another, where editor component is use too, i have a crash and error at console
It only happens when there is plugins property available. If i remove it, everything works good
Version of Tiny -
"@tinymce/tinymce-react": "^2.3.0",
The text was updated successfully, but these errors were encountered: