-
Notifications
You must be signed in to change notification settings - Fork 77
Missing id warning #98
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
Comments
Is this when you use
Perhaps you could provide some sample code or a Plunker/JSBin/JSFiddle that demonstrates the issue? |
You figured it out? Was just trying to make a jsbin to show it |
In any case, I verified that the error is thrown, and added a |
Fixed as of 0.10.1. |
http://jsbin.com/rogadaho/2/edit?html,js,console here is a jsBin that demonstrates the problem if you need it. No errors here, but if you change to the other id attribute it works fine |
Thanks. If you change |
Great! |
There does not seem to be any errors or warning of you define a idAttribute that the resource you fetch from the server does not contain. Should probably be some warning that the id was not found. Right now it just doesn't inject any of the objects into the store so you just get an empty array from a filter query etc
The text was updated successfully, but these errors were encountered: