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

DEV: Resolve routing method deprecation #512

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

davidtaylorhq
Copy link
Member

Uses the router service for redirecting instead of this.transitionTo. Also removes the first branch of logic, which was unnecessarily redirecting to the current route (and led to an infinite loop with the modern API)

Uses the router service for redirecting instead of `this.transitionTo`. Also removes the first branch of logic, which was unnecessarily redirecting to the current route (and led to an infinite loop with the modern API)
@davidtaylorhq davidtaylorhq force-pushed the transition-deprecation branch from 6488939 to 6160b2b Compare October 2, 2023 12:58
@davidtaylorhq davidtaylorhq merged commit df34e91 into main Oct 2, 2023
@davidtaylorhq davidtaylorhq deleted the transition-deprecation branch October 2, 2023 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants