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
Lodash is a quite big dependency and this library is only using _.isEmpty and _.sortBy. This makes the bundle unnecesarily big.
Please consider adding lodash.isEmpty and lodash.sortBy as dependencies and use those instead.
The text was updated successfully, but these errors were encountered:
Lodash is a quite big dependency and this library is only using
_.isEmpty
and_.sortBy
. This makes the bundle unnecesarily big.Please consider adding
lodash.isEmpty
andlodash.sortBy
as dependencies and use those instead.The text was updated successfully, but these errors were encountered: