This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
fix(deps): update dependency @mui/x-date-pickers to v6.18.6 #2368
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors
build
Type '{ key: string; inputFormat: string; label: string; value: Date; disabled: boolean; onChange: (datetime: Date | null) => void; onOpen: () => void; onClose: () => void; renderInput: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & MobileDatePickerProps<Date> & RefAttributes<HTMLDivElement>'.
|
build
Parameter 'props' implicitly has an 'any' type.
|
build
Type '{ key: string; label: string; inputFormat: string; value: Date; disabled: boolean; onChange: (datetime: Date | null) => void; onOpen: () => void; onClose: () => void; renderInput: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & MobileTimePickerProps<Date, TimeView> & RefAttributes<HTMLDivElement>'.
|
build
Parameter 'props' implicitly has an 'any' type.
|
build
Type '{ key: string; inputFormat: string; label: string; value: Date; disabled: boolean; onChange: (datetime: Date | null) => void; onOpen: () => void; onClose: () => void; renderInput: (props: any) => Element; }' is not assignable to type 'IntrinsicAttributes & MobileDateTimePickerProps<Date, DateOrTimeView> & RefAttributes<HTMLDivElement>'.
|
build
Parameter 'props' implicitly has an 'any' type.
|
build
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|