Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: directly import only needed lodash modules (#1271)
instead of `import _ from 'lodash';` we import ```import filter from 'lodash/filter.js'; import map from 'lodash/map.js'; ``` This reduces the bundle size and will help bundlers with tree shaking.
- Loading branch information