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
The library uses lodash.sortby as only real dependency. Perhaps it is possible to remove it. It is only used for the Sort functionality of the list in /src/ducks/sort/index.js.
When introducing an own sortBy functionality, it makes only sense when it is robust and fulfils all the requirements of sorting. Otherwise there might be another lightweight sortBy replacement in form of a node package that is smaller than lodash.sortBy.