tinymce-react
tinymce-react copied to clipboard
Offical TinyMCE React component
Refused to apply style from 'https://localhost:8080/px/admin//skins/content/default/content.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.Understand this error about:srcdoc:1 Refused to apply...
I cannot get the table highlighting and resize preview to properly work in my project. In the demo, when I click in a table, I can see that the outer...
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.7. Release notes Sourced from axios's releases. Release v1.7.7 Release notes: Bug Fixes fetch: fix stream handling in Safari by fallback to using a stream...
**Is your feature request related to a problem? Please describe.** On an app with CSP policy it is a good practice to provice `nonce` for 3rd party scripts (instead of...
I can get content of selection as AstNodes, but I cant find any option to set content of selection back from AstNodes, or any helper to convert AstNodes to html...
Hey guys, after updating `@tinymce/tinymce-react` to `v6.0.0` I have noticed that the types that I was using to type the props for my custom Editor component have disappeared as you...

**What is the current behavior?** The `onEditorChange` callback fires immidiatelly on the first render. I'm not sure if thats expected but I would expect to not fire since there was...
I have `"@tinymce/tinymce-react": "^6.0.0"` isntalled in my React/Vite app. I am trying to implement the `images_upload_handler` for the first time. I have it working so that the file is uploading...