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
Like the issue #53 , Is there a way to know the snapPoint that triggers the SNAP event?
I want to perform an action whenever the snapPoint changes.
I thought of triggering the action after ref.current.snapTo() but I realized dragging also fires the SNAP event.