Skip to content

feat: Configure global undici dispatcher #149

feat: Configure global undici dispatcher

feat: Configure global undici dispatcher #149

Triggered via push December 6, 2024 13:05
Status Failure
Total duration 1m 57s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
ci: src/components/charts-generic/use-interaction.tsx#L93
Expected 2 type arguments, but got 1.
ci: src/components/charts-generic/use-interaction.tsx#L97
Type 'Reducer<InteractionState, InteractionStateAction>' is not assignable to type 'InteractionState'.
ci: src/components/combobox.tsx#L55
Type '{ sx: StandardTextFieldProps | FilledTextFieldProps | OutlinedTextFieldProps; variant: "outlined"; ... 8 more ...; inputProps: InputHTMLAttributes<...> & { ...; }; }' is not assignable to type 'Omit<StandardTextFieldProps | FilledTextFieldProps | OutlinedTextFieldProps, "variant">'.
ci: src/components/combobox.tsx#L237
Type '{ variant: "outlined"; fullWidth: true; InputProps: { sx: { height: number; bgcolor: "grey.100"; "&:focus-within": { borderColor: "primary.main"; }; }; ref: Ref<any>; className: string; startAdornment: ReactNode; endAdornment: ReactNode; }; ... 4 more ...; inputProps: InputHTMLAttributes<...> & { ...; }; }' is not assignable to type 'Omit<StandardTextFieldProps | FilledTextFieldProps | OutlinedTextFieldProps, "variant">'.
ci: src/components/search.tsx#L201
Type '{ variant: "outlined"; inputRef: RefObject<HTMLInputElement | null>; InputProps: { sx: { height: string; fontSize: number[]; }; placeholder: string; startAdornment: Element; ref: Ref<...>; className: string; endAdornment: ReactNode; }; ... 5 more ...; inputProps: InputHTMLAttributes<...> & { ...; }; }' is not assignable to type 'Omit<StandardTextFieldProps | FilledTextFieldProps | OutlinedTextFieldProps, "variant">'.
ci: src/lib/use-resize-observer.ts#L5
Expected 1 arguments, but got 0.
ci: src/pages/index.tsx#L91
Argument of type 'RefObject<HTMLDivElement | null>' is not assignable to parameter of type 'RefObject<HTMLElement>'.
ci
Process completed with exit code 2.
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636