jsonkao / react-scrollama

Simple scrollytelling with the IntersectionObserver in React.
https://jsonkao.github.io/react-scrollama
MIT License
388 stars 30 forks source link

`defaultProps` warning #101

Closed tuckergordon closed 1 year ago

tuckergordon commented 1 year ago

As of React #25699, usage of defaultProps will result in a warning:

Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.

This impacts the Scrollama and Step component.

jsonkao commented 1 year ago

Thanks! Will merge