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
Hi @JiHong88 thank you for your efforts. From your note on issue 1191, after updating to 2.44.4 (and even to 2.44.8), we're still seeing this:
core.js:6229 Uncaught TypeError: this._resourcesStateChange is not a function
at Object.<anonymous> (core.js:6229: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)
The text was updated successfully, but these errors were encountered:
Hi @JiHong88 thank you for your efforts. From your note on issue 1191, after updating to 2.44.4 (and even to 2.44.8), we're still seeing this:
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)
The text was updated successfully, but these errors were encountered: