Enable strictPropertyInitialization (#11203)

This commit is contained in:
Michael Telatynski
2023-07-07 14:46:12 +01:00
committed by GitHub
parent 4207d182cd
commit cfd48b36aa
38 changed files with 97 additions and 117 deletions

View File

@@ -37,7 +37,7 @@ interface IProps {
onFinished: (success: boolean) => void;
initialText?: string;
label?: string;
error?: Error;
error?: unknown;
}
interface IState {