Closed garthenweb closed 5 years ago
Proposal:
const isScrollingDown = useScroll( ({ isScrollingDown }) => isScrollingDown, )
should only fire in case isScrollingDown changes.
isScrollingDown
Wrong repo, moved to https://github.com/garthenweb/react-viewport-utils/issues/11
Proposal:
should only fire in case
isScrollingDown
changes.