@sheinx/hooks 3.5.2-beta.6 → 3.5.2-beta.7

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.
@@ -368,9 +368,9 @@ var useForm = function useForm(props) {
368
368
  onChange(function (v) {
369
369
  (0, _utils.deepSet)(v, n, df, deepSetOptions);
370
370
  });
371
+ update(n);
371
372
  });
372
373
  }
373
- update(n);
374
374
  },
375
375
  unbind: function unbind(n, reserveAble, validateFiled, update) {
376
376
  var validateFieldSet = context.validateMap[n];
@@ -359,9 +359,9 @@ var useForm = function useForm(props) {
359
359
  onChange(function (v) {
360
360
  deepSet(v, n, df, deepSetOptions);
361
361
  });
362
+ update(n);
362
363
  });
363
364
  }
364
- update(n);
365
365
  },
366
366
  unbind: function unbind(n, reserveAble, validateFiled, update) {
367
367
  var validateFieldSet = context.validateMap[n];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/hooks",
3
- "version": "3.5.2-beta.6",
3
+ "version": "3.5.2-beta.7",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",