This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Accessibility: Improve Voiceover #24563
Annotations
4 errors
Typecheck:
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>'.
|
Typecheck:
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>'.
|
Typecheck:
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>'.
|
Typecheck
Process completed with exit code 2.
|
Loading