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
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:
Tapping "Load a webpage modally" requests /new twice
Submitting the form POSTs once correctly but requests /success twice
The text was updated successfully, but these errors were encountered:
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: