You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @bryanwonggy, to add your to issue, Lodash supports multiple arrays. It computes the intersection across all provided arrays unlike es-toolkit it only supports two arrays.
The
intersectionBy
function in lodash removes duplicates while theintersectionBy
function in es-toolkit doesn't.For
lodash-es
, theintersectionBy
function removes duplicates. DocSee example
For
es-toolkit
, theintersectionBy
function doesn't remove duplicates. DocSee example
Was this intended?
The text was updated successfully, but these errors were encountered: