Problem with page integrations/react.md
See original GitHub issueaffected page: https://www.tinymce.com/docs/integrations/react/
Could you please add a mechanism that doesn’t use your server in a blocking fashion? Either how to use the tinymce
npm module, or how to load tinymce asynchronously (bonus points if I can render a textarea while waiting for tinymce to load).
I tried to implement the latter, but somehow using this to inject the script caused it to be window.tinyMCE
instead of window.tinymce
and so tinymce-react didn’t find it.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
React integration | Docs - TinyMCE
The tinymce-react component provides props for: Configuring editor source; Configuring page elements; Configuring editor settings; Managing the editor ...
Read more >Tailwind classes not getting applied for Astro Layouts
I am using Astro Tailwind integration, and I am trying to add some tailwind classes to MainLayout.astro which resides in layouts directory ...
Read more >React - ZingChart
A directive to create dynamic React charts with your data. Easy to set up. Style as you like. Access all the features of...
Read more >@astrojs/react Astro Documentation
file using the integrations property: astro.config.mjs import react from '@astrojs/react'; export default { // ... integrations: [react()], } ...
Read more >react hydration error | The AI Search Engine You Control
I have been experiencing the same problem lately with NextJS and i am not sure ... this component behaves as traditional page components...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jayenashar I’m going to transfer this issue to the TinyMCE editor repository (
tinymce/tinymce
).yes, i agree there should be a simple example and that one is fine.
i recall i had issues using imported modules, as it was written in the docs at the time, so i had to use the script method. i did eventually sort out my import issues and went back to that.
now
Editor
will load it for me, so i think that will work fine and there is no reason to keep this issue open.