mirror of
https://github.com/apache/superset.git
synced 2026-06-03 14:49:23 +00:00
fix(dependencies): stopping (and preventing) full lodash library import... now using only method level imports. (#26710)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
import React, { useCallback, useEffect, useState } from 'react';
|
||||
import throttle from 'lodash/throttle';
|
||||
import { throttle } from 'lodash';
|
||||
import {
|
||||
POPOVER_INITIAL_HEIGHT,
|
||||
POPOVER_INITIAL_WIDTH,
|
||||
|
||||
Reference in New Issue
Block a user