Use mapped types around account data events (#28752) #13659
Annotations
10 errors
Typecheck:
src/components/views/dialogs/devtools/AccountData.tsx#L11
Module '"matrix-js-sdk/src/matrix"' has no exported member 'AccountDataEvents'.
|
Typecheck:
src/components/views/dialogs/devtools/AccountData.tsx#L25
Argument of type 'string | number | symbol' is not assignable to parameter of type 'string'.
|
Typecheck:
src/hooks/useAccountData.ts#L10
Module '"matrix-js-sdk/src/matrix"' has no exported member 'AccountDataEvents'.
|
Typecheck:
src/hooks/useAccountData.ts#L18
Argument of type 'string | number | symbol' is not assignable to parameter of type 'string'.
|
Typecheck:
src/settings/handlers/AccountSettingsHandler.ts#L10
Module '"matrix-js-sdk/src/matrix"' has no exported member 'AccountDataEvents'.
|
Typecheck:
src/settings/handlers/AccountSettingsHandler.ts#L171
Argument of type 'string | number | symbol' is not assignable to parameter of type 'string'.
|
Typecheck:
src/settings/handlers/AccountSettingsHandler.ts#L220
Argument of type 'string | number | symbol' is not assignable to parameter of type 'string'.
|
Typecheck:
src/utils/device/clientInformation.ts#L9
Module '"matrix-js-sdk/src/matrix"' has no exported member 'AccountDataEvents'.
|
Typecheck:
src/utils/device/clientInformation.ts#L71
Argument of type 'string | number | symbol' is not assignable to parameter of type 'string'.
|
Typecheck:
test/unit-tests/Notifier-test.ts#L19
Module '"matrix-js-sdk/src/matrix"' has no exported member 'AccountDataEvents'.
|
Loading