Skip to content

chore(deps): update dependency @mui/x-date-pickers to v6 #1894

chore(deps): update dependency @mui/x-date-pickers to v6

chore(deps): update dependency @mui/x-date-pickers to v6 #1894

Triggered via push October 24, 2023 14:49
Status Failure
Total duration 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

sanity-check.yml

on: push
Fit to window
Zoom out
Zoom in

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.