es-toolkit icon indicating copy to clipboard operation
es-toolkit copied to clipboard

orderBy keys don't support nested keys

Open rtwayland opened this issue 1 year ago • 2 comments

Lodash's orderBy allows nested keys (orderBy(array, ['episode.viewers'], ['asc'])), whereas es-toolkit's orderBy does not.

Example

rtwayland avatar Jul 29 '24 19:07 rtwayland