We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9557b66 commit 0ff400eCopy full SHA for 0ff400e
src/Field.tsx
@@ -73,7 +73,7 @@ class Field extends React.Component<FieldProps, FieldState> implements FieldEnti
73
74
private cancelRegisterFunc: () => void | null = null;
75
76
- private destroy: boolean = false;
+ private destroy = false;
77
78
/**
79
* Follow state should not management in State since it will async update by React.
0 commit comments