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 acd9ffd commit 74cba3eCopy full SHA for 74cba3e
src/useForm.ts
@@ -38,7 +38,7 @@ import {
38
matchNamePath,
39
setValue,
40
} from './utils/valueUtil';
41
-import { BatchTask, BatchUpdateRef } from './BatchUpdate';
+import type { BatchTask } from './BatchUpdate';
42
43
type InvalidateFieldEntity = { INVALIDATE_NAME_PATH: InternalNamePath };
44
0 commit comments