chore(deps): update dependency @mui/x-date-pickers to v6 #1895
Annotations
5 errors
check:
src/components/Date/DateRangePicker.tsx#L30
Type '{ label: string; value: Date; onChange: (newValue: Date | null) => void; renderInput: (params: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DatePickerProps<Date> & RefAttributes<HTMLDivElement>'.
|
check:
src/components/Date/DateRangePicker.tsx#L30
Parameter 'params' implicitly has an 'any' type.
|
check:
src/components/Date/DateRangePicker.tsx#L42
Type '{ label: string; value: Date; onChange: (newValue: Date | null) => void; renderInput: (params: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DatePickerProps<Date> & RefAttributes<HTMLDivElement>'.
|
check:
src/components/Date/DateRangePicker.tsx#L42
Parameter 'params' implicitly has an 'any' type.
|
check
Process completed with exit code 2.
|