mantaskaveckas / react-siema

ReactSiema Demo
https://kaveckas.github.io/react-siema/
89 stars 39 forks source link

Warning regarding PropTypes #11

Open depadiernos opened 6 years ago

depadiernos commented 6 years ago

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

Getting the above message using create-react-app to initialize my react project.

depadiernos commented 6 years ago

Here's the relevant blog post: https://reactjs.org/blog/2017/04/07/react-v15.5.0.html#migrating-from-reactproptypes

depadiernos commented 6 years ago

https://github.com/Kaveckas/react-siema/pull/12 Made a quick PR.