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