Evgenii Smolnikov
Results
1
comments of
Evgenii Smolnikov
I got it working in this way: ```tsx const [scrollEl, setScrollEl] = useState(null); const { x, y } = useScroll({ current: scrollEl }); return ( {active && } ) ```