react-scroll-effects
react-scroll-effects copied to clipboard
Remove the deprecated PropTypes and use the new one
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