Update all non-major dependencies #248
Annotations
6 errors
Run ProjectCanvas TypeCheck:
src/components/BacklogView/CreateSprint/SprintEndDatePicker.tsx#L13
Type '{ onChange: (value: DateValue) => void; value: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: string; placeholder: string; clearable: true; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<"default"> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
|
Run ProjectCanvas TypeCheck:
src/components/BacklogView/CreateSprint/SprintStartDatePicker.tsx#L13
Type '{ onChange: (value: DateValue) => void; value: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: string; placeholder: string; clearable: true; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<"default"> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
|
Run ProjectCanvas TypeCheck:
src/components/CreateIssue/Fields/AttachmentFileInput.tsx#L19
Type '{ value: any; onChange: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: Element; placeholder: string; leftSection: Element; multiple: true; clearable: true; }' is not assignable to type 'IntrinsicAttributes & FileInputProps<true> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
|
Run ProjectCanvas TypeCheck:
src/components/CreateIssue/Fields/DueDatePicker.tsx#L36
Type '{ onChange: (value: DateValue) => void; value: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: string; placeholder: string; minDate: any; clearable: true; disabled: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<"default"> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
|
Run ProjectCanvas TypeCheck:
src/components/CreateIssue/Fields/StartDatePicker.tsx#L37
Type '{ onChange: (value: DateValue) => void; value: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: string; placeholder: string; clearable: true; disabled: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<"default"> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
|
Run ProjectCanvas TypeCheck
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading