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 bc301aa commit afbd660Copy full SHA for afbd660
src/FieldContext.ts
@@ -42,6 +42,7 @@ const Context = React.createContext<InternalFormInstance>({
42
setValidateMessages: warningFunc,
43
setPreserve: warningFunc,
44
getInitialValue: warningFunc,
45
+ setBatchUpdate: warningFunc,
46
};
47
},
48
});
0 commit comments