Closed patricksmith closed 7 years ago
The React maintainers deprecated using React.PropTypes in favor of using an external prop-types package.
React.PropTypes
prop-types
After starting to use react-sticky-box I noticed this warning popping up in my console:
react-sticky-box
This change should remove the warning.
Just tested it, works fine. Thanks a lot! Will release a new version now :)
The React maintainers deprecated using
React.PropTypes
in favor of using an externalprop-types
package.After starting to use
react-sticky-box
I noticed this warning popping up in my console:This change should remove the warning.