diff --git a/lodash.js b/lodash.js index ccef18956..14bced112 100644 --- a/lodash.js +++ b/lodash.js @@ -5122,9 +5122,7 @@ stack.set(srcValue, objValue); baseMerge(objValue, srcValue, undefined, mergeDefaults, stack); } - return objValue === undefined - ? baseClone(srcValue, undefined, undefined, key, object) - : objValue; + return objValue; } /**