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
{{ message }}
This repository was archived by the owner on May 17, 2018. It is now read-only.
Too many ways to sort a collection now. Most of them can be streamlined by making makeComparator private and provide an alternative setSorting(sortKey, order, options), where options.side can be "server" or "client", and options.full is a boolean value.
The text was updated successfully, but these errors were encountered:
Too many ways to sort a collection now. Most of them can be streamlined by making
makeComparator
private and provide an alternativesetSorting(sortKey, order, options)
, whereoptions.side
can be"server"
or"client"
, andoptions.full
is a boolean value.The text was updated successfully, but these errors were encountered: