Joel, if I remember correctly, the Editor component made available by the @tinymce/tinymce-react package can accept a prop tinymceScriptSrc which must be the path to the location of the TinyMCE script in your /public directory (this prop is only needed when you're self-hosting the script). In my case, the value I passed to the prop was such: tinymceScriptSrc="/tinymce/tinymce.min.js". I hope that helps, if not, let me know.
Joel Santos
Front end Developer
Hi Erick, thanks a lot for sharing, but I'm not able to reproduce it in my environment, I'm using tinyMCE and I need to test some things, maybe I got lost with "tinymceScriptSrc", how do I use it? tinymceScriptSrc="@tinymce/tinymce-react" for example...