docs: remove styled-components references #10807
Annotations
10 errors and 1 warning
Type checks
Type '{ children: Element; css: any; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>'.
|
Type checks
Type '{ children: ReactNode; css: any; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
Type checks
Type '{ children: Element; css: any; style: CSSProperties; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
Type checks
Type '{ children: Element[]; css: any; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
Type checks
Argument of type 'string' is not assignable to parameter of type '"small" | "medium" | "large" | undefined'.
|
Type checks
Argument of type 'string' is not assignable to parameter of type '"small" | "medium" | "large" | undefined'.
|
Type checks
Type 'string | Element' is not assignable to type 'string'.
|
Type checks
Type '{ children: Element[]; css: any; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
|
Type checks
Type '{ src: string; alt: string; title: string; css: any; }' is not assignable to type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>'.
|
Type checks
No overload matches this call.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading