Shannon Hochkins

Results 2 comments of Shannon Hochkins

Just add a check for it: ``` const { scroll } = useLocomotiveScroll() useEffect(() => { if (scroll) { // will only hit this once } }, [scroll]); ```