-
Notifications
You must be signed in to change notification settings - Fork 156
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
Uncaught TypeError: Cannot read property 'typeKey' of undefined #125
Comments
+1, having the same issue. |
Just an update... this was fixed for me by upgrading to ember-data 1.13.1. |
@simonihmig can you try upgrading ED and confirm? |
Closed
Won't be able to do that for our app in question very soon, as the upgrade to 1.13.x is planned towards the end of the month... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#121 seems to create problems for apps running ember-data 1.0.0-beta.16.1. I get this exception after upgrade from 0.5.3 to 0.5.4:
Uncaught TypeError: Cannot read property 'typeKey' of undefined
Stack trace:
I guess the typeKey/modelName changes are related to http://emberjs.com/blog/2015/05/21/ember-data-1-0-beta-18-released.html, but as stated there:
The text was updated successfully, but these errors were encountered: