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
TypeError: core._resourcesStateChange is not a function
at _resourcesStateChange (node_modules/suneditor/src/lib/core.js:6190:22)
at Timeout.task [as _onTimeout] (node_modules/jsdom/lib/jsdom/browser/Window.js:520:19)
This appears related to #1138 but is different and your fix for that doesn't seem to address this error.
This is with suneditor-react 3.4.1 and sunedtior 2.44.3.
Thank you for your help - we love suneditor!
The text was updated successfully, but these errors were encountered:
Hi @JiHong88 thank you for your efforts. After updating to 2.44.4, we're still seeing this:
core.js:6239 Uncaught TypeError: this._resourcesStateChange is not a function
at Object.<anonymous> (core.js:6239:22)
Would perhaps checking the value using typeof solve the issue? Something like I see you doing elsewhere in core.js: if (typeof this._resourcesStateChange === "function") this._resourcesStateChange();
Happy to test out possible solutions if it would be helpful for you.
(I found a thread for this on the suneditor-react side that might be of interest also: mkhstar/suneditor-react#296)
Hello,
I'm getting the following error:
This appears related to #1138 but is different and your fix for that doesn't seem to address this error.
This is with suneditor-react 3.4.1 and sunedtior 2.44.3.
Thank you for your help - we love suneditor!
The text was updated successfully, but these errors were encountered: