-
-
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
{{link-to}}
with model and query params and target route with refreshModel: true
errors
#13395
Comments
A possible fix is to check in |
This seems the same as an issue I'm trying to trackdown: https://ember-twiddle.com/0c7e72433e1a3149a7304007fbbd1a54 The issue, as best I can explain it, is that queryParams only transitions have a special short circuit in router.js that fires the This code can get hit before the contexts for a route are setup yet, so there is not controller to set the query params on. There must be some code path, maybe |
To be clear, the issue appears to not just be for queryParam only transitions. It also happens when you're transitioning to a new route with query params. |
More reproductions of this issues can be found in #13954 |
@mattmarcum @raytiley @wagenet is this still an issue, perhaps we should close or create a new reproduction of this, what do you think? |
Closing for now, feel free to re-open if you can reproduce in the current release of Ember. |
https://ember-twiddle.com/c7cd718c4960e8a5d6b3abe3f2de5fd3 (Click link and see console)
The text was updated successfully, but these errors were encountered: