instructure-react / react-tinymce

React TinyMCE component
181 stars 110 forks source link

please upgrade react-tinymce with react 15+ #75

Open meninjanho4788 opened 7 years ago

meninjanho4788 commented 7 years ago

I get some error when use tinymce in react 15+ :

  1. Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead
  2. TinyMCE: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.

Thank you so much.