question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with page integrations/react.md

See original GitHub issue

affected 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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tylerkelly13commented, Jul 22, 2019

@jayenashar I’m going to transfer this issue to the TinyMCE editor repository (tinymce/tinymce).

0reactions
jayenasharcommented, Jul 22, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found