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.
99958f0 breaks applications, if you perform a
PATCHand receive a record, which among others contains a data attribute. In this case, only thedatacontent is stored in the redux store, and the other data is discarded.