fix: when the form is opened repeatedly, the state is unexpectedly destroyed (#4406)
This commit is contained in:
@@ -177,7 +177,7 @@ export class FormApi {
|
||||
}
|
||||
|
||||
unmounted() {
|
||||
this.state = null;
|
||||
// this.state = null;
|
||||
this.isMounted = false;
|
||||
this.stateHandler.reset();
|
||||
}
|
||||
|
Reference in New Issue
Block a user