instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

Warning: Accessing PropTypes via the main React package is deprecated #77

Open andrewhl opened 6 years ago

andrewhl commented 6 years ago

I get the following warning from React v16.0.

Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs

https://github.com/instructure-react/react-tinymce/blob/a25b20420e36372df46b14ed166fcd875e306343/lib/components/TinyMCE.js#L35-L40

I can submit a PR to clean this up if you'd like.