instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

Tinymce not working on React 15.5.4 ? #64

Open meninjanho4788 opened 7 years ago

meninjanho4788 commented 7 years ago

I have this error below when upgrade react from 14.0.0 to 15.5.4 Uncaught ReferenceError: tinymce is not defined at Object._init (vendor.js:43) at Object.componentDidMount

Cant run init function on componentDidMount

i use React 15.5.4, router4, webpack2 last version.

lucidlemon commented 7 years ago

did you read the readme completely?

specifically this part:

Dependency

This component depends on tinymce being globally accessible.

<script src="//tinymce.cachefly.net/4.2/tinymce.min.js"></script>

uncleDrews commented 6 years ago

OK, but how can I add it WITHOUT direct Githubissues.

  • Githubissues is a development platform for aggregating issues.