react-hook-form 7.26.0 → 7.26.1

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.
@@ -351,7 +351,7 @@ function useController(props) {
351
351
  control,
352
352
  name,
353
353
  defaultValue: get(control._formValues, name, get(control._defaultValues, name, props.defaultValue)),
354
- exact: !isArrayField,
354
+ exact: true,
355
355
  });
356
356
  const formState = useFormState({
357
357
  control,