Skip to content

Commit 0ff400e

Browse files
ztplzzombieJ
authored andcommitted
Remove useless type (#14)
1 parent 9557b66 commit 0ff400e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Field.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Field extends React.Component<FieldProps, FieldState> implements FieldEnti
7373

7474
private cancelRegisterFunc: () => void | null = null;
7575

76-
private destroy: boolean = false;
76+
private destroy = false;
7777

7878
/**
7979
* Follow state should not management in State since it will async update by React.

0 commit comments

Comments
 (0)