Skip to content

feat:#243 add features component #414

feat:#243 add features component

feat:#243 add features component #414

Triggered via pull request December 30, 2024 02:54
Status Failure
Total duration 1m 35s
Artifacts

test-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Test: src/components/features/features.atoms.tsx#L12
Type '{ children: (ReactNode | Element)[]; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; ... 254 more ...; "aria-label": string | undefined; }' is not assignable to type 'LiHTMLAttributes<HTMLLIElement>'.
Test: src/components/features/features.tsx#L14
Type '{ children: ReactNode; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; ... 254 more ...; onTransitionEndCapture?: TransitionEventHandler<...> | undefined; }' is not assignable to type 'HTMLAttributes<HTMLUListElement>'.
Test
Process completed with exit code 2.
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636