JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
862 stars 90 forks source link

Accessing PropTypes via the main React package is deprecated. #94

Closed nielsvanmidden closed 7 years ago

nielsvanmidden commented 7 years ago

Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

This warning occurs from React version v15.5.0 https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

nielsvanmidden commented 7 years ago

Fix is in Pull Request