Skip to content

Update all non-major dependencies #249

Update all non-major dependencies

Update all non-major dependencies #249

Triggered via pull request January 3, 2024 07:55
Status Failure
Total duration 1m 18s
Artifacts

static_tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Type Check: src/components/CreateIssue/Fields/PrioritySelect.tsx#L45
Type '{ onChange: any; value?: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: string; placeholder: string; nothingFoundMessage: string; clearable: true; searchable: true; options: { image: string; value: string; label: string; }[]; ItemComponent: ForwardRefExoticComponent<...>; inputBaseProps: { ...;...' is not assignable to type '{ value: string | undefined; onChange: (updatedValue: string | undefined) => void; options: { image: string; value: string; label: string; }[]; ItemComponent: ForwardRefExoticComponent<{ image: string; value: string; label: string; } & RefAttributes<...>>; ... 6 more ...; inputBaseProps?: Omit<...> | undefined; }'.
Type Check
Process completed with exit code 2.