Chore: Fix more TypeScript strict errors (#37066)

* Chore: Fix more TypeScript strict errors

* whoops
This commit is contained in:
Ashley Harrison
2021-07-22 08:09:55 +01:00
committed by GitHub
parent 7815ed511f
commit 3004a650b5
23 changed files with 53 additions and 51 deletions

View File

@@ -89,7 +89,7 @@ interface PromQueryFieldState {
class PromQueryField extends React.PureComponent<PromQueryFieldProps, PromQueryFieldState> {
plugins: Plugin[];
languageProviderInitializationPromise: CancelablePromise<any>;
declare languageProviderInitializationPromise: CancelablePromise<any>;
constructor(props: PromQueryFieldProps, context: React.Context<any>) {
super(props, context);