JedWatson / react-tappable

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

Decouple Proptypes from React #96

Closed nielsvanmidden closed 7 years ago

nielsvanmidden commented 7 years ago

According to React

The biggest change is that we've extracted React.PropTypes and React.createClass into their own packages. Both are still accessible via the main React object, but using either will log a one-time deprecation warning to the console when in development mode. This will enable future code size optimizations.

https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

dcousens commented 7 years ago

Again, please don't commit the built files

dcousens commented 7 years ago

And squash

nielsvanmidden commented 7 years ago

Created a new Pull Request: https://github.com/JedWatson/react-tappable/pull/101