Proposal: ``` const isScrollingDown = useScroll( ({ isScrollingDown }) => isScrollingDown, ) ``` should only fire in case `isScrollingDown` changes.
Proposal:
should only fire in case
isScrollingDownchanges.