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

Breaks application if payload contains data attribute #71

Open
oertels opened this issue Apr 16, 2018 · 1 comment
Open

Breaks application if payload contains data attribute #71

oertels opened this issue Apr 16, 2018 · 1 comment

Comments

@oertels
Copy link

oertels commented Apr 16, 2018

99958f0 breaks applications, if you perform a PATCH and receive a record, which among others contains a data attribute. In this case, only the data content is stored in the redux store, and the other data is discarded.

@devvmh
Copy link
Owner

devvmh commented Apr 16, 2018

Can you publish a sample response so I understand your use case?

It sounds like this is just a conflict between users of the data-envelope approach and the non-data-envelope approach.

I need to do some thinking about which use case is more important to support and/or if there's a way to specify the difference in configuration somehow.

In the meantime, you're OK using 5.5.0 as we come up with a good solution, right?

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

2 participants