perf(frontend): migrate lodash imports to lodash-es for tree-shaking (#41511)

This commit is contained in:
Evan Rusackas
2026-06-29 10:09:39 -07:00
committed by GitHub
parent d42076d541
commit 725265502f
193 changed files with 249 additions and 236 deletions

View File

@@ -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, {