react-hook-form 7.22.1 → 7.22.2
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.mjs +2 -2
- 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
@@ -1702,10 +1702,10 @@ function createFormControl(props = {}) {
|
|
1702
1702
|
: {}
|
1703
1703
|
: cloneUpdatedValues;
|
1704
1704
|
_fields = {};
|
1705
|
-
_subjects.
|
1705
|
+
_subjects.array.next({
|
1706
1706
|
values,
|
1707
1707
|
});
|
1708
|
-
_subjects.
|
1708
|
+
_subjects.watch.next({
|
1709
1709
|
values,
|
1710
1710
|
});
|
1711
1711
|
}
|