okonet / react-container-dimensions

Wrapper component that detects element resize and passes new dimensions down the tree. Based on https://github.com/wnr/element-resize-detector
MIT License
229 stars 26 forks source link

Remove React.Proptypes and add in the new 'prop-types' module. #22

Closed D-TUCKER closed 7 years ago

D-TUCKER commented 7 years ago

Proptypes imported from React are being depricated and are now moved into the new 'prop-types' npm module. This will prevent the warning in react 15.5.X