react-hook-form 7.5.2 → 7.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -201,6 +201,7 @@ export declare type FormStateSubjectRef<TFieldValues> = SubjectType<Partial<Form
201
201
  export declare type Control<TFieldValues extends FieldValues = FieldValues> = {
202
202
  shouldUnmountUnregister?: boolean;
203
203
  isWatchAllRef: React.MutableRefObject<boolean>;
204
+ inFieldArrayActionRef: React.MutableRefObject<boolean>;
204
205
  watchFieldsRef: React.MutableRefObject<InternalNameSet>;
205
206
  getIsDirty: GetIsDirty;
206
207
  fieldArrayDefaultValuesRef: FieldArrayDefaultValues;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-hook-form",
3
3
  "description": "Performant, flexible and extensible forms library for React Hooks",
4
- "version": "7.5.2",
4
+ "version": "7.5.3",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "umd:main": "dist/index.umd.js",