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 47c3373 commit 5cea6b9Copy full SHA for 5cea6b9
src/useWatch.ts
@@ -1,8 +1,7 @@
1
-import type { FormInstance } from '.';
2
-import { FieldContext } from '.';
3
import warning from 'rc-util/lib/warning';
4
-import { HOOK_MARK } from './FieldContext';
+import FieldContext, { HOOK_MARK } from './FieldContext';
5
import type {
+ FormInstance,
6
InternalFormInstance,
7
InternalNamePath,
8
NamePath,
0 commit comments