mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix(dependencies): stopping (and preventing) full lodash library import... now using only method level imports. (#26710)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user