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 d1f91b7 commit 35892f0Copy full SHA for 35892f0
package.json
@@ -49,11 +49,11 @@
49
"react-dom": "*"
50
},
51
"dependencies": {
52
+ "@rc-component/overflow": "^1.0.0",
53
"@rc-component/trigger": "^3.0.0",
54
"@rc-component/util": "^1.3.0",
55
"@rc-component/virtual-list": "^1.0.1",
- "clsx": "^2.1.1",
56
- "rc-overflow": "^1.5.0"
+ "clsx": "^2.1.1"
57
58
"devDependencies": {
59
"@rc-component/father-plugin": "^2.0.2",
src/SelectInput/Content/MultipleContent.tsx
@@ -1,6 +1,6 @@
1
import * as React from 'react';
2
import { clsx } from 'clsx';
3
-import Overflow from 'rc-overflow';
+import Overflow from '@rc-component/overflow';
4
import Input from '../Input';
5
import { useSelectInputContext } from '../context';
6
import type { SharedContentProps } from '.';
0 commit comments