-
Notifications
You must be signed in to change notification settings - Fork 53
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
Clicking "Back" button on "Edit trip" page after logging in causes loop effect #376
Comments
Have run into this problem again when trying to prevent navigation away from a dirty trip edit page (#400). Using Resolving this issue will likely involve fixing behavior within the higher level component which is doing the routing
and including a method to set blocking routing, or removing an item from history. Would likely involve working on this function otp-react-redux/lib/actions/ui.js Lines 113 to 151 in f18fa7e
|
When clicking the "Back" button after having just logged in to my user account, it will send me back to the URL from which I was just redirected.
The text was updated successfully, but these errors were encountered: