Aditya Wiraha
Aditya Wiraha
any update on this ?
i still cannot track the offset. this is the order i import my js - iscroll-probe.js - scrolloverflow.js - fullpage.js did i miss something ?
> Just add a check for it: > > ``` > const { scroll } = useLocomotiveScroll() > useEffect(() => { > if (scroll) { > // will only hit...
which version you are using ?
yeah i followed the example aswell but got this error on typescript `No overload matches this call. Overload 2 of 2, '(props: {}, context?: any): Tabs', gave the following error....
+1 downgrading to 1.10.0 works
hmm i got this issue also when showing Modal, it wont click anything inside the modal
add hidden input and combine it with focus trap in your modal, it will force the focus to the other modal & unfocus the bottom sheet, maybe not the best...
+1 need this