mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +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));
|
||||
});
|
||||
|
||||
export default unionBy;
|
||||
|
||||
Reference in New Issue
Block a user