Skip to content
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

fix(deps): update dependency @mui/x-date-pickers to v6.18.6

fix(deps): update dependency @mui/x-date-pickers to v6.18.6 #2368

Triggered via pull request November 23, 2023 16:47
Status Failure
Total duration 5m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.