Static Analysis #13724
Annotations
10 errors
Typecheck:
src/components/views/dialogs/devtools/SettingExplorer.tsx#L46
Type '(setting: SettingKey) => void' is not assignable to type '(setting: string) => void'.
|
Typecheck:
src/components/views/dialogs/devtools/SettingExplorer.tsx#L46
Type '(setting: SettingKey) => void' is not assignable to type '(setting: string) => void'.
|
Typecheck:
src/components/views/dialogs/devtools/SettingExplorer.tsx#L264
Property 'toLowerCase' does not exist on type 'keyof Settings'.
|
Typecheck:
src/components/views/dialogs/devtools/SettingExplorer.tsx#L296
Argument of type 'keyof Settings' is not assignable to parameter of type 'string'.
|
Typecheck:
src/components/views/dialogs/devtools/SettingExplorer.tsx#L302
Argument of type 'keyof Settings' is not assignable to parameter of type 'string'.
|
Typecheck:
src/components/views/elements/SettingsFlag.tsx#L49
Argument of type 'BooleanSettingKey' is not assignable to parameter of type 'string'.
|
Typecheck:
src/mjolnir/Mjolnir.ts#L41
Argument of type '(settingName: string, roomId: string | null, atLevel: SettingLevel, newValue: string[]) => void' is not assignable to parameter of type 'CallbackFn'.
|
Typecheck:
src/settings/Settings.tsx#L190
A computed property name in an interface must refer to an expression whose type is a literal type or a 'unique symbol' type.
|
Typecheck:
src/settings/Settings.tsx#L190
Property 'OidcNativeFlow' does not exist on type 'typeof Features'.
|
Typecheck:
src/settings/SettingsStore.ts#L50
Argument of type '(keyof Settings)[]' is not assignable to parameter of type 'string[]'.
|
Loading