Closed itsramiel closed 1 year ago
Hi, this issue should be fixed in 2.6.1
Note that this change is available in new web implementation. To enable it, call enableExperimentalWebImplementation()
in the root of your project.
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
I'll close the issue since the new web implementation is enabled by default starting with 2.10.0.
Description
I am trying to have an Exclusive Gesture between Tap and Pan Gestures. When I pass the Exclusive Gesture to GestureDetector's "gesture" prop, I get the following error in the console:
As well as the whole page becomes unresponsive. Buttons become unpressable. This seems to only occur when having both gestures Exclusively not Simultaneously.
Platforms
Screenshots
Steps To Reproduce
Expected behavior
I should not be getting that error and page should still be responsive
Actual behavior
I get the error shown in the description
Snack or minimal code example
Here is a repro: https://github.com/ramiel1999/gesture-handler-pan-tap/tree/tap-pan-causes-handle-tag-error
Package versions