We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.3.2
https://jsfiddle.net/cropr/86vnLj4k/
Following scenario fails with NavigationDuplicated
While the url does not change, the Navigation changes and thus the NavigationDuplicated error is incorrect
The router is changed to the new component matching /aroute
NavigationDuplicated error raised
The text was updated successfully, but these errors were encountered:
please complete the reproduction
Sorry, something went wrong.
fix(matcher): navigate to same as current location
62598b9
Closes #3216
fix(matcher): addRoutes navigate to same as current location (#3228)
0eaae3a
Checking for the length is not enough when having a path: '*' route Closes #3216
Successfully merging a pull request may close this issue.
Version
3.3.2
Reproduction link
https://jsfiddle.net/cropr/86vnLj4k/
Steps to reproduce
Following scenario fails with NavigationDuplicated
While the url does not change, the Navigation changes and thus the NavigationDuplicated error is incorrect
What is expected?
The router is changed to the new component matching /aroute
What is actually happening?
NavigationDuplicated error raised
The text was updated successfully, but these errors were encountered: