File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import clsx from 'classnames' ;
2- import useMergedState from 'rc-util/lib/hooks/useMergedState' ;
3- import omit from 'rc-util/lib/omit' ;
2+ import useMergedState from '@ rc-component/ util/lib/hooks/useMergedState' ;
3+ import omit from '@ rc-component/ util/lib/omit' ;
44import React , {
55 forwardRef ,
66 useEffect ,
Original file line number Diff line number Diff line change 11import { fireEvent , render } from '@testing-library/react' ;
22import userEvent from '@testing-library/user-event' ;
3- import { spyElementPrototypes } from 'rc-util/lib/test/domHook' ;
3+ import { spyElementPrototypes } from '@ rc-component/ util/lib/test/domHook' ;
44import React from 'react' ;
55import Input from '../src' ;
66import type { InputRef } from '../src/interface' ;
You can’t perform that action at this time.
0 commit comments