Skip to content

Commit 2f25bf6

Browse files
committed
chore: init
1 parent acf2569 commit 2f25bf6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@rc-component/motion": "^1.1.3",
5454
"@rc-component/portal": "^2.0.0",
55-
"@rc-component/util": "^1.0.1",
55+
"@rc-component/util": "^1.5.0",
5656
"classnames": "^2.2.6"
5757
},
5858
"devDependencies": {

src/Dialog/Content/Panel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import classNames from 'classnames';
22
import { useComposeRef } from '@rc-component/util/lib/ref';
3+
import { useLockFocus } from '@rc-component/util/lib/Dom/focus';
34
import React, { useMemo, useRef } from 'react';
45
import { RefContext } from '../../context';
56
import type { IDialogPropTypes } from '../../IDialogPropTypes';

0 commit comments

Comments
 (0)