You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am closing as this is a duplicate of #4161 and the other issue has more context. Thanks for opening this issue though, this is something which definitely should be fixed. Please chime in at the other discussion.
It is called here for the JSONSerializer:
https://github.com/emberjs/data/blob/v2.9.0/addon/serializers/json.js#L461
But the JSONAPISerializer doesn't use its parent _normalizeResponse (does not call _super) nor calls extractMeta anywhere.
Is this on purpose? I'm trying to parse all the meta info to camelize the hash keys and was using the extractMeta to do this.
Thanks in advance.
The text was updated successfully, but these errors were encountered: