We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're getting an error when using DSProvider.defaults in our app with the error:
DSProvider.defaults
TypeError: Cannot set property 'deserialize' of undefined for the line:
TypeError: Cannot set property 'deserialize' of undefined
DSProvider.defaults.deserialize = function (resourceName, data) { // extract data from custom payload format if (data && data.data) { return data.data[resourceName] ? data.data[resourceName] : data.data; } else{ return data; } };
The text was updated successfully, but these errors were encountered:
What version are you using?
Sorry, something went wrong.
No branches or pull requests
We're getting an error when using
DSProvider.defaults
in our app with the error:TypeError: Cannot set property 'deserialize' of undefined
for the line:The text was updated successfully, but these errors were encountered: