We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712ec89 commit e461026Copy full SHA for e461026
tests/focus.test.tsx
@@ -1,6 +1,6 @@
1
import React from 'react';
2
import { spyElementPrototypes } from 'rc-util/lib/test/domHook';
3
-import Input from 'rc-input';
+import Input from '../src';
4
import { fireEvent, render } from '@testing-library/react';
5
6
const getInputRef = () => {
tsconfig.json
@@ -15,7 +15,8 @@
15
"paths": {
16
"@/*": ["src/*"],
17
"@@/*": [".dumi/tmp/*"],
18
- "rc-input": ["src/index.tsx"]
+ "rc-input": ["src/index.tsx"],
19
+ "@rc-component/input": ["src/index.tsx"]
20
}
21
},
22
"include": [".dumirc.ts", "**/*.ts", "**/*.tsx"]
0 commit comments