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
There have been other discussions regarding this. I think the one that probably has the most information is #2100 but I'd recommend also taking a look at #6157 which includes a codesandbox with an example similar to yours. #4683 is the PR that added the continuePropagation which has some details about a case using onPress and continuePropagation with I think is what you are encountering.
Oh god, I see. So, continuePropagation has to be called in all onPress... handlers... That's a PITA, I don't know how I'd make my teammates remember that.
I'm all for no propagation being the default, but I should be able to easily revert to default HTML behavior when I want to.
🖥️ Steps to Reproduce
https://stackblitz.com/edit/vitejs-vite-zwvwk7?file=src%2FApp.tsx
Version
1.4.1
What browsers are you seeing the problem on?
Chrome
What operating system are you using?
MacOS
The text was updated successfully, but these errors were encountered: