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 687c253 commit 3973758Copy full SHA for 3973758
βsrc/index.tsβ
@@ -53,9 +53,9 @@ export {
53
getValidationModes,
54
insertAt,
55
isEmptyObject,
56
- isNameInFieldArray,
57
// utils
58
isFunction,
+ isNameInFieldArray,
59
isWatched,
60
moveArrayAt,
61
prependAt,
βsrc/types/index.tsβ
@@ -5,7 +5,7 @@ export * from './fieldArray';
5
export * from './fields';
6
export * from './form';
7
export * from './path';
8
-export * from './subjects';
9
export * from './resolvers';
+export * from './subjects';
10
export * from './utils';
11
export * from './validator';
0 commit comments