We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695d01e commit 5795478Copy full SHA for 5795478
src/Dialog/index.tsx
@@ -10,7 +10,7 @@ import { getMotionName } from '../util';
10
import Content from './Content';
11
import type { ContentRef } from './Content/Panel';
12
import Mask from './Mask';
13
-import { warning } from 'rc-util';
+import { warning } from 'rc-util/lib/warning';
14
15
export default function Dialog(props: IDialogPropTypes) {
16
const {
0 commit comments