Merge pull request #47 from FRC2713/newUI #25
Annotations
7 errors and 1 warning
Build:
src/components/Sections/ConfigSection/ThemeSelector.tsx#L6
'resolvedTheme' is declared but its value is never read.
|
Build:
src/components/inputs/CheckboxInput.tsx#L20
'e' is declared but its value is never read.
|
Build:
src/components/inputs/SelectInput.tsx#L32
Type '{ value: any; }' is not assignable to type 'IntrinsicAttributes & SelectValueProps & RefAttributes<HTMLSpanElement> & Readonly<Attributes & { ...; }>'.
|
Build:
src/components/inputs/SelectInput.tsx#L34
Type '{ children: Element[]; value: any; multiple: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & PropsWithoutRef<ComponentPropsWithoutRef<ForwardRefExoticComponent<SelectContentProps & RefAttributes<HTMLDivElement>>>> & { ...; } & Readonly<...>'.
|
Build:
src/components/ui/button.tsx#L49
Type 'ForwardedRef<HTMLButtonElement>' is not assignable to type '((RefObject<HTMLElement> | RefCallback<HTMLElement>) & ((RefObject<any> | RefCallback<any>) & (RefObject<...> | RefCallback<...>))) | null | undefined'.
|
Build:
src/components/ui/toggle-group.tsx#L20
Type '{ children: Element; slot?: Signalish<string | undefined>; style?: Signalish<string | CSSProperties | undefined>; title?: Signalish<string | undefined>; ... 302 more ...; className: string; }' is not assignable to type 'IntrinsicAttributes & RenderableProps<(ToggleGroupSingleProps | ToggleGroupMultipleProps) & RefAttributes<HTMLDivElement>, any>'.
|
Build
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading