Skip to content
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

ember data emitting warning because of 'extractMeta' function #52

Open
Ramblurr opened this issue Feb 20, 2017 · 3 comments
Open

ember data emitting warning because of 'extractMeta' function #52

Ramblurr opened this issue Feb 20, 2017 · 3 comments

Comments

@Ramblurr
Copy link

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?

@diogoca
Copy link

diogoca commented Mar 14, 2017

image

image

Same here and I'm getting unknown on model column on view tree, is this normal?
Thanks.

@zmnatz
Copy link

zmnatz commented Sep 1, 2017

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

@KroneckerDeIta
Copy link

KroneckerDeIta commented Apr 9, 2019

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.

ember-data version: 3.8.0
ember-data-hal-9000 version: 0.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants