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.
- package/README.md +2 -5
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.mjs +1 -1
- package/dist/index.esm.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.mjs
CHANGED
@@ -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:
|
354
|
+
exact: true,
|
355
355
|
});
|
356
356
|
const formState = useFormState({
|
357
357
|
control,
|