mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Bump to v4.6.1.
This commit is contained in:
@@ -30,7 +30,7 @@ import baseClone from './_baseClone';
|
||||
* // => 0
|
||||
*/
|
||||
function cloneWith(value, customizer) {
|
||||
return baseClone(value, false, customizer);
|
||||
return baseClone(value, false, true, customizer);
|
||||
}
|
||||
|
||||
export default cloneWith;
|
||||
|
||||
Reference in New Issue
Block a user