mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Bump to v4.9.0.
This commit is contained in:
@@ -29,7 +29,7 @@ var unionWith = rest(function(arrays) {
|
||||
if (isArrayLikeObject(comparator)) {
|
||||
comparator = undefined;
|
||||
}
|
||||
return baseUniq(baseFlatten(arrays, 1, true), undefined, comparator);
|
||||
return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), undefined, comparator);
|
||||
});
|
||||
|
||||
module.exports = unionWith;
|
||||
|
||||
Reference in New Issue
Block a user