jsonkao / react-scrollama

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

Remove `defaultProps` #102

Closed tuckergordon closed 1 year ago

tuckergordon commented 1 year ago

Fixes #101 by replacing the defaultProps object with JavaScript default parameters.

mkaradeniz commented 1 year ago

Would it be possible to release the new version on npm?

tuckergordon commented 1 year ago

@jsonkao any chance of getting a new release soon? Would love to be able to use the new version

jsonkao commented 1 year ago

Yes, just released it again. Sorry to keep you waiting, and thank you for your contribution!