refactor(deps): remove resize-observer
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React, { useEffect, useRef, memo, ComponentType, CSSProperties, useMemo, MouseEvent, useCallback } from 'react';
|
||||
import { DraggableCore } from 'react-draggable';
|
||||
import cc from 'classcat';
|
||||
import { ResizeObserver } from 'resize-observer';
|
||||
|
||||
import { useStoreActions } from '../../store/hooks';
|
||||
import { Provider } from '../../contexts/NodeIdContext';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { useEffect, MutableRefObject } from 'react';
|
||||
import { ResizeObserver } from 'resize-observer';
|
||||
import { useStoreActions } from '../store/hooks';
|
||||
|
||||
import { getDimensions } from '../utils';
|
||||
|
||||
Reference in New Issue
Block a user