-
Notifications
You must be signed in to change notification settings - Fork 13
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
Double page requests when interacting with modals #12
Comments
This should be fixed in #24. |
@joemasilotti could you help me review #24? I believe that should fix the issue. |
I'm still seeing the same behavior of modals and form submissions hitting twice in the demo app (and same for my Rails server):
|
Note, this issue is due to two completely separate issues:
|
This was referenced Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In merging outstanding PRs from turbo-ios I learned that PR #155 doesn't play nicely with Turbo Navigator. It can cause screens to not render at all due to the cached visit options being out of sync. I decided to skip the merge (for now) because it was causing more issues than it fixed.
A new, and I think related, issue has popped up instead. Using the Demo app, double requests are not being made to anything related to modals.
Launching the demo app and:
/new
twice/success
twiceThe text was updated successfully, but these errors were encountered: