You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The useIntersectionObserver hook used in our skeleton (see here is currently returning a boolean for the inView state which I use more than the callbacks personally.
Not sure if people agree that this should be the default, if not, then this hook would definitely be needed.
I think we need to find the best way one remove one implementation.
Create a hook called useIsInView that uses the useIntersectionObserver.
This hook will return true/false for when the element passed is in view
The text was updated successfully, but these errors were encountered: