Remove Customisations in "InviteDialog" #339
static_analysis.yaml
on: pull_request
Typescript Syntax Check
1m 56s
Rethemendex Check
0s
ESLint
1m 24s
Style Lint
39s
Workflow Lint
34s
Analyse Dead Code
0s
i18n Check
/
check
Annotations
15 errors
ESLint:
src/components/structures/MatrixChat.tsx#L38
'CustomComponentLifecycle' is defined but never used
|
ESLint:
src/components/structures/MatrixChat.tsx#L39
'CustomComponentOpts' is defined but never used
|
ESLint:
src/components/views/dialogs/InviteDialog.tsx#L76
There should be at least one empty line between import groups
|
ESLint:
src/components/views/dialogs/InviteDialog.tsx#L77
There should be at least one empty line between import groups
|
ESLint:
src/components/views/dialogs/InviteDialog.tsx#L77
`@matrix-org/react-sdk-module-api/lib/lifecycles/CustomComponentLifecycle` import should occur before import of `../../../../res/img/element-icons/info.svg`
|
ESLint
Process completed with exit code 1.
|
Typescript Syntax Check:
src/components/structures/MatrixChat.tsx#L37
All imports in import declaration are unused.
|
Typescript Syntax Check:
src/components/views/dialogs/InviteDialog.tsx#L374
Argument of type '"welcome_user_id"' is not assignable to parameter of type 'keyof IConfigOptions'.
|
Typescript Syntax Check:
src/components/views/dialogs/InviteDialog.tsx#L375
Argument of type 'string | number | true | string[] | Record<string, any> | Record<string, boolean> | IClientWellKnown | ValidatedServerConfig | ... 19 more ... | { ...; }' is not assignable to parameter of type 'string'.
|
Typescript Syntax Check:
src/components/views/dialogs/InviteDialog.tsx#L381
Cannot find name 'KnownMembership'.
|
Typescript Syntax Check:
src/components/views/dialogs/InviteDialog.tsx#L382
Cannot find name 'KnownMembership'.
|
Typescript Syntax Check:
src/components/views/dialogs/InviteDialog.tsx#L384
Cannot find name 'KnownMembership'.
|
Typescript Syntax Check:
src/components/views/dialogs/InviteDialog.tsx#L1548
Type '(tabId: TabId) => void' is not assignable to type '(tabId: string) => void'.
|
Typescript Syntax Check:
src/components/views/dialogs/InviteDialog.tsx#L1564
Property 'InviteDialog' does not exist on type 'typeof CustomComponentLifecycle'.
|
Typescript Syntax Check
Process completed with exit code 2.
|