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
refactor!: lodash.mergeWith customizer now allows unsetting options by setting them to undefined
BREAKING CHANGE: In previous versions, the lodash.mergeWith customizer skipped source properties
that resolved to `undefined`. With this version, the customizer now unsets these properties
(sets them to `undefined`), allowing the end user to easily unset defaults (e.g. `filename`).
0 commit comments