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.
@@ -1702,10 +1702,10 @@ function createFormControl(props = {}) {
1702
1702
  : {}
1703
1703
  : cloneUpdatedValues;
1704
1704
  _fields = {};
1705
- _subjects.watch.next({
1705
+ _subjects.array.next({
1706
1706
  values,
1707
1707
  });
1708
- _subjects.array.next({
1708
+ _subjects.watch.next({
1709
1709
  values,
1710
1710
  });
1711
1711
  }