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 0e7735c commit 065b6c4Copy full SHA for 065b6c4
package.json
@@ -71,7 +71,6 @@
71
"dependencies": {
72
"@babel/runtime": "^7.10.1",
73
"classnames": "^2.2.6",
74
- "omit.js": "^2.0.2",
75
- "rc-util": "^5.6.2"
+ "rc-util": "^5.7.0"
76
}
77
src/DrawerChild.tsx
@@ -2,7 +2,7 @@ import * as React from 'react';
2
import classnames from 'classnames';
3
import getScrollBarSize from 'rc-util/lib/getScrollBarSize';
4
import KeyCode from 'rc-util/lib/KeyCode';
5
-import omit from 'omit.js';
+import omit from 'rc-util/lib/omit';
6
7
import { IDrawerChildProps } from './IDrawerPropTypes';
8
0 commit comments