Closed andersk closed 3 years ago
Thanks @andersk . Any easy regression test we can add here to prevent such wrong behavior again?
Added tests and fixed the TypeScript typings.
(Why aren’t the CircleCI tests running on pull requests?)
Released at 1.2.0
lodash.merge
has the following undesired behavior on arrays:Instead of using
lodash.merge
(#98), specify exactly which objects need to be combined usinglodash.assign
.Cc @TomekStaszkiewicz @joaopslins