-
-
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
2.13.0+ - router property undefined #15235
Comments
I cannot reproduce because some of the addons you use require configuration. Can you please provide a twiddle or a repo with a reproduction? Thank you! |
I don't understand where your code above is, but I'm going to assume this problem is related to |
@jamesdixon ping! |
left a comment -> #14919 (comment) |
@stefanpenner as I understand, Thank you all! |
Hi all, sorry for not replying to this sooner. I'm just getting another opportunity to try and update dependencies for our application and still running into this issue. @Serabe I'll work on a Twiddle to see if I can't reproduce. @locks it's coming from here: https://github.com/emberjs/ember.js/blob/master/packages/ember-routing/lib/system/router.js#L1113 It seems like a core router method, so I'm unsure what would be affecting it. If anyone has any tips on tracking this down, I'd certainly appreciate it 👍 |
For what it's worth, this was being caused by me having an |
Just FYI, I fixed a fairly gnarly bug in that very code recently. Essentially, there were a number of scenarios that would have attempted to access |
Hi,
I've just upgraded my app from 2.12.2 to 2.13.0 and am receiving the following errors when loading the app:
When digging into the error a bit more, it appears that the
router
property isn't defined, which is what's causing the error. For example:router
is not defined here.I've also tried Ember 2.14.0-beta.x, but no luck. All works fine in 2.12.x.
Here are my dependencies from
package.json
for reference:Thanks in advance!
The text was updated successfully, but these errors were encountered: