Both Object.assign and Object spread only do a shallow merge. An example of the problem: // No object nesting const x = { ...
-
May 3, 2022
- 0 Comments