Skip to content

Commit 35892f0

Browse files
authored
refactor: migrate rc-overflow to @rc-component/overflow (#1182)
1 parent d1f91b7 commit 35892f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"react-dom": "*"
5050
},
5151
"dependencies": {
52+
"@rc-component/overflow": "^1.0.0",
5253
"@rc-component/trigger": "^3.0.0",
5354
"@rc-component/util": "^1.3.0",
5455
"@rc-component/virtual-list": "^1.0.1",
55-
"clsx": "^2.1.1",
56-
"rc-overflow": "^1.5.0"
56+
"clsx": "^2.1.1"
5757
},
5858
"devDependencies": {
5959
"@rc-component/father-plugin": "^2.0.2",

src/SelectInput/Content/MultipleContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import { clsx } from 'clsx';
3-
import Overflow from 'rc-overflow';
3+
import Overflow from '@rc-component/overflow';
44
import Input from '../Input';
55
import { useSelectInputContext } from '../context';
66
import type { SharedContentProps } from '.';

0 commit comments

Comments
 (0)