react-scroll-effects icon indicating copy to clipboard operation
react-scroll-effects copied to clipboard

Remove the deprecated PropTypes and use the new one

Open vagnercsouza opened this issue 8 years ago • 0 comments

On React v15.15, the built-in PropTypes is deprecated. If this lib is used on this version of React, a warning is shown on console. To solve that, I moved from the built-in PropTypes to the prop-types library, as described on https://facebook.github.io/react/warnings/dont-call-proptypes.html

vagnercsouza avatar May 23 '17 18:05 vagnercsouza