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
Currently, _.sortBy doesn't sort null values. I believe an optional param to decide what to do with null and possibly undefined (which currently defaults to end) would be a good feature.
It's a pretty simple addition, and I have already coded the feature into a project I'm working on, and can a do a PR if you believe this is a feature worth adding.
The text was updated successfully, but these errors were encountered:
Currently, _.sortBy doesn't sort null values. I believe an optional param to decide what to do with null and possibly undefined (which currently defaults to end) would be a good feature.
It's a pretty simple addition, and I have already coded the feature into a project I'm working on, and can a do a PR if you believe this is a feature worth adding.
The text was updated successfully, but these errors were encountered: