n8tb1t / use-scroll-position

Use scroll position ReactJS hook done right

Home Page:https://n8tb1t.github.io/use-scroll-position/navbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

useScrollPosition.defaultProps does nothing

ckknight opened this issue · comments

I see that useScrollPosition.defaultProps is defined for some reason. It's a hook function and not a React component, so attaching a defaultProps property to the function will not accomplish anything and is just extra noise.

commented

You are right! It's just a part of some old implementation, we need to remove it!