@sheinx/hooks 3.0.0-alpha.24 → 3.0.0-alpha.25

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.
@@ -313,8 +313,8 @@ var useForm = function useForm(props) {
313
313
  onChange(function (v) {
314
314
  (0, _utils.deepSet)(v, n, df, deepSetOptions);
315
315
  });
316
- update(n);
317
316
  }
317
+ update(n);
318
318
  },
319
319
  unbind: function unbind(n, reserveAble) {
320
320
  delete context.validateMap[n];
@@ -313,8 +313,8 @@ var useForm = function useForm(props) {
313
313
  onChange(function (v) {
314
314
  (0, _utils.deepSet)(v, n, df, deepSetOptions);
315
315
  });
316
- update(n);
317
316
  }
317
+ update(n);
318
318
  },
319
319
  unbind: function unbind(n, reserveAble) {
320
320
  delete context.validateMap[n];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/hooks",
3
- "version": "3.0.0-alpha.24",
3
+ "version": "3.0.0-alpha.25",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",