lodash icon indicating copy to clipboard operation
lodash copied to clipboard

Add uniqByExisting function to handle missing property paths

Open vedant713 opened this issue 9 months ago • 0 comments

Adds a new uniqByExisting function that behaves like uniqBy but skips elements where the specified property path doesn't exist. This addresses issue #5951 and partially implements the feature request in #5953 for mixed data formats.

vedant713 avatar Mar 05 '25 01:03 vedant713