-
Notifications
You must be signed in to change notification settings - Fork 158
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
Response data.map() doesn't seem to exist #390
Comments
I was running into this as well; turns out I wasn't setting collectionKey for a given model, so ember-model was trying to treat the entire json payload as an array (thus the .map call) |
I forgot where I was running into this issue. I'll definitely check if I was doing the same mistake, thanks :) |
I have this same issue. Pulling a collection from API and |
Ok, back on track. This happens to me on |
Possibly related to #408. |
Nope 😢 |
This StackOverflow question describes my issue. |
This is possibly my mistake, but I'm having a hard time getting the response data processed with
materializeData
, becausedata
doesn't have amap
method. Where is it getting it from? (Btw, I love how I can actually read the source code, as opposed to Ember Data.)I'm using the latest build of EM.
The text was updated successfully, but these errors were encountered: