Update all non-major dependencies #251
Annotations
2 errors
Run ProjectCanvas TypeCheck:
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; }'.
|
Run ProjectCanvas TypeCheck
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading