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
So far I've only observed this issue on Web. If a Pressable gets unmounted immediately after its buttonGesture enters active state, then it becomes stuck and continues cancelling other gesture handlers even though its DOM node doesn't exist anymore.
Steps to reproduce
Render the example component from the gist
Click the TextInput to focus it
Press Enter
Try pressing the newly appeared button and observe no logs in the console