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
And clean up some fragment stuff. Need theContacts, theProjects, contacts, projects.
We need `fast-json-patch` because of this brokenness:
cujojs/jiff#42
And clean up some fragment stuff. Need theContacts, theProjects, contacts, projects.
We need `fast-json-patch` because of this brokenness:
cujojs/jiff#42
Comparing arrays with simple objects results in a weird broken patch.
Expected outcome:
Actual outcome:
I tried with a custom hasher method from another issue, but this didn't help.
Update: I switched to https://github.com/Starcounter-Jack/JSON-Patch which does exactly what I expected above.
The text was updated successfully, but these errors were encountered: