mirror of
https://github.com/apache/superset.git
synced 2026-07-20 05:36:00 +00:00
perf(frontend): migrate lodash imports to lodash-es for tree-shaking (#41511)
This commit is contained in:
@@ -43,7 +43,7 @@ import {
|
||||
Row,
|
||||
} from 'react-table';
|
||||
import { matchSorter, rankings } from 'match-sorter';
|
||||
import { isEqual } from 'lodash';
|
||||
import { isEqual } from 'lodash-es';
|
||||
import { Flex, Space } from '@superset-ui/core/components';
|
||||
import GlobalFilter, { GlobalFilterProps } from './components/GlobalFilter';
|
||||
import SelectPageSize, {
|
||||
|
||||
Reference in New Issue
Block a user