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
WARNING: You've defined 'extractMeta' in (unknown mixin) which is not used for serializers extending JSONAPISerializer. Read more at http://emberjs.com/api/data/classes/DS.JSONAPISerializer.html#toc_customizing-meta on how to customize meta when using JSON API.
Modified the code and it seems to work fine. Extract Meta is not used by JSONAPIAdapter. It seems to just be called that in the mixin as a naming convention
This seems to have come back again with a newer version of ember-data. Now seeing:
WARNING: You've defined 'extractMeta' in (unknown) which is not used for serializers extending JSONAPISerializer. Read more at https://emberjs.com/api/data/classes/DS.JSONAPISerializer on how to customize meta when using JSON API.
WARNING: You've defined 'extractMeta' in (unknown mixin) which is not used for serializers extending JSONAPISerializer. Read more at http://emberjs.com/api/data/classes/DS.JSONAPISerializer.html#toc_customizing-meta on how to customize meta when using JSON API.
Defined in ember data code here and was added in 2.11.0-beta.1
Perhaps we can rename this function to avoid the warning?
The text was updated successfully, but these errors were encountered: