feat:#243 add features component #414
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
|