dantrain / react-stonecutter

Animated grid layout component for React
http://dantrain.github.io/react-stonecutter
MIT License
1.21k stars 72 forks source link

Breakout PropTypes to its own package #28

Closed bell-steven closed 7 years ago

bell-steven commented 7 years ago

The PropTypes package was broken out of React into its own NPM package "prop-types". React 15.5 will console.error if you still use proptypes as part of the react package.