Under certain conditions, its possible to render the router.back()
& history.back()
ineffective.
#2260
Unanswered
MatthewAry
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reproduction
https://github.com/MatthewAry/vuetify-17176
Steps to reproduce the bug
The reasons why the back navigation can stop working is unknown. It might be something is corrupting the history state, but I can't be sure.
https://github.com/vuejs/router/assets/157217/9734e88d-2683-4e14-bd7a-02f71798089c
Expected behavior
I should be able to go back.
Actual behavior
Unable to go back. URL bar flickers to the right address, but the current route doesn't change. Navigation doesn't change. History doesn't get popped.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions