-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
Related to #11857:
If a route has a dynamic segment, a query parameter, a child route with a slow-loading model and a loading template, the query parameter is no longer sticky.
#12037 fixed the JS error that was occurring in #11857, but didn't fix the underlying problem.
As far as I can trace back, transition inside setup on Route is null, when it shouldn't be.
Here's a fiddle (Ember Canary) with no loading substate, which has the correct sticky query params:
http://jsfiddle.net/tobymarsden/x0rngqL2/
And here's a fiddle with a loading substate added, where the query params are no longer sticky:
http://jsfiddle.net/tobymarsden/963qt5p9/
Reactions are currently unavailable