-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Is RouterService#isActive(someRoute) supposed to entagle with tracking? #19004
Comments
@NullVoxPopuli - FWIW, I dealt with these exact issues in adopted-ember-addons/ember-router-helpers#263 by just accessing I think it would be good to access those two properties from within |
…onsume-tracked-properties Resolves #19004: RouterService#isActive() now consumes currentURL and…
…URL on the private router
…URL on the private router
Backport fix for #19004: RouterService#isActive() now consumes currentURL to 3.20
…URL on the private router
Backport fix for #19004: RouterService#isActive() to beta
It looks like the merged solution ended up only accessing |
Just noticed that if I have:
isTabActive never updates when the URL changes / a router transition occurs
The text was updated successfully, but these errors were encountered: