Update all non-major dependencies #484
static_tests.yaml
on: pull_request
Lint Check
1m 13s
Type Check
58s
Annotations
2 errors
Type Check:
src/components/CreateIssue/Fields/PrioritySelect.tsx#L44
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.
|