-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Assert that type is found when doing store.push #3542
Comments
|
Serabe
added a commit
to Serabe/data
that referenced
this issue
Jul 13, 2015
When pushing data with an unknown type, an error is raised. Fix emberjs#3542
Serabe
added a commit
to Serabe/data
that referenced
this issue
Jul 14, 2015
When pushing data with an unknown type, an error is raised. Fix emberjs#3542
Serabe
added a commit
to Serabe/data
that referenced
this issue
Jul 14, 2015
…wn type When pushing data with an unknown type, an error is raised. Fix emberjs#3542
jcope2013
pushed a commit
to jcope2013/data
that referenced
this issue
Aug 3, 2015
…wn type When pushing data with an unknown type, an error is raised. Fix emberjs#3542
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should add an assert in
store._pushInternalModel
checking thattype
is found.The text was updated successfully, but these errors were encountered: