Skip to content

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

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

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

Triggered via pull request October 24, 2023 14:50
Status Failure
Total duration 1m 18s
Artifacts

sanity-check.yml

on: pull_request
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.