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

Fix route observer #3182

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Fix route observer #3182

merged 1 commit into from
Aug 16, 2024

Conversation

jonataslaw
Copy link
Owner

There were some cases that when several routes were removed, Get.previousRoute would give the wrong value.

This occurred because in GetObserver, we had a parameter that was not as reliable for measuring the previous route.

This PR fixes this inconsistency and adds tests so that this does not occur in future changes.

@jonataslaw jonataslaw merged commit f7a6330 into master Aug 16, 2024
1 check passed
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.

1 participant