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
Uncaught TypeError: Cannot read property 'appendChild' of undefined
at tinymce.min.js?apiKey=...:43
(anonymous) @ tinymce.min.js?apiKey=...:43
setTimeout (async)
jsFontsKey @ tinymce.min.js?apiKey=...:43
fontsKey @ tinymce.min.js?apiKey=...:43
get @ tinymce.min.js?apiKey=..:43
(anonymous) @ tinymce.min.js?apiKey=..:44
d @ tinymce.min.js?apiKey=...:44
requestFingerprint @ tinymce.min.js?apiKey=...:44
g @ tinymce.min.js?apiKey=...:44
d @ tinymce.min.js?apiKey=...:44
fold @ tinymce.min.js?apiKey=...:43
(anonymous) @ tinymce.min.js?apiKey=...:44
(anonymous) @ tinymce.min.js?apiKey=...:44
(anonymous) @ tinymce.min.js?apiKey=...:44
invariant.js:42 Uncaught Error: Target container is not a DOM element.
at invariant (invariant.js:42)
at renderSubtreeIntoContainer (react-dom.development.js:17059)
at Object.render (react-dom.development.js:17129)
at Object../src/index.js (index.js:26)
at __webpack_require__ (bootstrap bc887c91ff9f47c0e6d2:659)
at fn (bootstrap bc887c91ff9f47c0e6d2:85)
at Object.0 (dataURItoBlob.js:26)
at __webpack_require__ (bootstrap bc887c91ff9f47c0e6d2:659)
at ./node_modules/ansi-regex/index.js.module.exports (bootstrap bc887c91ff9f47c0e6d2:708)
at bundle.js:712
The text was updated successfully, but these errors were encountered:
I'm using react-tinymce with a create-react-app application. I would love to use this plugin, but I'm not quite sure how to integrate it.
I've tried downloading the source and loading it in as follows:
and in my react component implementation:
but I get the following error:
The text was updated successfully, but these errors were encountered: