-
-
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
query-params-new: error in paramsFor() #4155
Comments
I know what you're talking about, I had the same problem : 'query-params-new' feature is partially activated unless the flag is set before ember loads. |
As a quick fix, changing
by
works for me. |
@florent-blanvillain could you create a jsbin showing the issue? |
Yes, here it is : |
I'm dealing w/ a really slow internet connection so I can't really dig into this at the moment. My gut tells me that using I'll try to look at this tonight if I can. cc @machty |
Hi,
I get an error in paramsFor() at this line:
https://github.com/emberjs/ember.js/blob/master/packages/ember-routing/lib/system/route.js#L1321
"Sometimes", params is an Ember.Object so that I get:
Assertion Failed: You must use Ember.set() to access this property (of [object Object])
It happened after a transition at the same level (ie in the same router resource).
The text was updated successfully, but these errors were encountered: