gm0t / react-sticky-el

MIT License
251 stars 47 forks source link

feat: Replace defaultProps with plain Javascript default parameters #95

Closed e-dewailly closed 2 weeks ago

e-dewailly commented 3 weeks ago

I'm done some adjustment in order to remove the React warning "Sticky: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.". It's not necessarily the cleanest way to do it, but it works.

I also switch node-sass to sass to better compatibility.

gm0t commented 2 weeks ago

Thanks a lot!