JedWatson / react-tappable

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

Deprecation of React.PropTypes #98

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.

See https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes

nielsvanmidden commented 7 years ago

Pull Request can be found here: https://github.com/JedWatson/react-tappable/pull/101

nielsvanmidden commented 7 years ago

Issue solved