mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(dependencies): stopping (and preventing) full lodash library import... now using only method level imports. (#26710)
This commit is contained in:
@@ -24,8 +24,7 @@ import {
|
||||
t,
|
||||
isFeatureEnabled,
|
||||
} from '@superset-ui/core';
|
||||
import invert from 'lodash/invert';
|
||||
import mapKeys from 'lodash/mapKeys';
|
||||
import { invert, mapKeys } from 'lodash';
|
||||
|
||||
import { now } from 'src/utils/dates';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user