Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Accessibility: Improve Voiceover #24563

Accessibility: Improve Voiceover

Accessibility: Improve Voiceover #24563

Re-run triggered March 8, 2024 14:12
Status Failure
Total duration 1m 54s
Artifacts

static_analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
ESLint: src/components/views/rooms/EventTile.tsx#L1064
Unknown property 'tabindex' found, use 'tabIndex' instead
ESLint: src/components/views/rooms/EventTile.tsx#L1150
Unknown property 'tabindex' found, use 'tabIndex' instead
ESLint
Process completed with exit code 1.
Typescript Syntax Check: src/components/views/avatars/MemberAvatar.tsx#L89
Type '{ tabindex: string; size: string; name: string; title: string | undefined; idName: string | undefined; url: string | null | undefined; onClick: ((ev: ButtonEvent) => void) | undefined; ... 10 more ...; urls?: string[] | undefined; }' is not assignable to type 'IntrinsicAttributes & IProps & RefAttributes<HTMLElement>'.
Typescript Syntax Check: src/components/views/rooms/EventTile.tsx#L1064
Type '{ children: Element; className: string; id: string; tabindex: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
Typescript Syntax Check: src/components/views/rooms/EventTile.tsx#L1150
Type '{ children: Element | null; href: string; onClick: (e: MouseEvent<Element, MouseEvent>) => void; tabindex: string; "aria-label": string; onContextMenu: (ev: MouseEvent<...>) => void; }' is not assignable to type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>'.
Typescript Syntax Check
Process completed with exit code 2.
i18n Check / check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, tj-actions/changed-files@1c26215f3fbd51eba03bc199e5cbabdfc3584ce3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.