Open
Description
const originalObject = {...}
const newObject = {...}
const diffObject = deep-object-diff.diff(originalObject, newObject)
Is there a suggested solution how to get new object merging original object with diff object created with deep-object-diff?
I intend to store original object + diff, so later I can merge those two to get new object. Then I compare original with new object using some other lib and render diff on a page.
Metadata
Metadata
Assignees
Labels
No labels