-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to prevent pushing a screen twice when tapped quickly #42
Comments
this is no longer an issue in v2, imho (key is not needed), so closing. |
@brentvatne @vonovak - could you provide a reason as to why this is not an issue any longer, or a workaround? I still have this issue using the latest as of today. Thanks! |
@iamclaytonray please open a new issue with a repro if you're hitting an issue, thanks. |
@iamclaytonray - |
I think we need to still do more thinking about the right way to handle this in the library. Blocking a second action is wrong (hard to understand when you actually want to do this why it didn't work) and our current solution of using idempotent pushes (provide a key) isn't as ergonomic as it could be.
The text was updated successfully, but these errors were encountered: