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