Move state update listeners from constructor to componentDidMount (#28341)
* Move state update listeners from constructor to componentDidMount Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2d9982f9f0
commit
0899165d9e
@@ -58,7 +58,9 @@ export default class DeactivateAccountDialog extends React.Component<IProps, ISt
|
||||
authData: null, // for UIA
|
||||
authEnabled: true, // see usages for information
|
||||
};
|
||||
}
|
||||
|
||||
public componentDidMount(): void {
|
||||
this.initAuth(/* shouldErase= */ false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user