fix(dependencies): stopping (and preventing) full lodash library import... now using only method level imports. (#26710)

This commit is contained in:
Evan Rusackas
2024-01-23 12:39:37 -07:00
committed by GitHub
parent 14c3e2bf70
commit 1d4b8b6989
34 changed files with 101 additions and 45 deletions

View File

@@ -29,7 +29,7 @@ import {
} from '@superset-ui/core';
import { Global } from '@emotion/react';
import { Column } from 'react-table';
import debounce from 'lodash/debounce';
import { debounce } from 'lodash';
import { Space } from 'src/components';
import { Input } from 'src/components/Input';
import {