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