The intersectionBy function in lodash removes duplicates while the intersectionBy function in es-toolkit doesn't.
For lodash-es, the intersectionBy function removes duplicates. Doc
See example

 
For es-toolkit, the intersectionBy function doesn't remove duplicates. Doc
See example

 
Was this intended?