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
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.
The text was updated successfully, but these errors were encountered:
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?
99958f0 breaks applications, if you perform a
PATCH
and receive a record, which among others contains a data attribute. In this case, only thedata
content is stored in the redux store, and the other data is discarded.The text was updated successfully, but these errors were encountered: