Skip to content
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

Stop sort selector from sending duplicated routes #154

Merged
merged 3 commits into from
Oct 8, 2019

Conversation

lauraluiz
Copy link
Contributor

Make sure the sort selector is not sending duplicated routes, which generates an error (see vuejs/vue-router#2872)

This happened when the user navigates to the POP coming from a different page. Then no sorting is selected, which is exactly the same route we already are in, and the router.replace is called.

@lauraluiz lauraluiz changed the title Stop sort selector of sending duplicated routes Stop sort selector from sending duplicated routes Oct 4, 2019
@lauraluiz lauraluiz merged commit 8e3f614 into development Oct 8, 2019
@lauraluiz lauraluiz deleted the fix-duplicated-route branch October 8, 2019 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants