|
@@ -413,6 +413,7 @@ function withField<
|
|
}, [rules, validate]);
|
|
}, [rules, validate]);
|
|
|
|
|
|
useIsomorphicEffect(() => {
|
|
useIsomorphicEffect(() => {
|
|
|
|
+ isUnmounted.current = false;
|
|
// exec validate once when trigger include 'mount'
|
|
// exec validate once when trigger include 'mount'
|
|
if (validateOnMount) {
|
|
if (validateOnMount) {
|
|
fieldValidate(value);
|
|
fieldValidate(value);
|