Update dependency @mui/x-date-pickers to v6 #3429
Annotations
9 errors and 2 warnings
Type '{ inputFormat: string; mask: string; views: ("month" | "hours" | "minutes" | "seconds" | "year" | "day")[]; value: Date | null; maxDate: Date; onChange: (date: Date | null) => void; componentsProps: { ...; }; components: { ...; }; OpenPickerButtonProps: { ...; }; renderInput: (renderProps: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DateTimePickerProps<Date> & RefAttributes<HTMLDivElement>'.
|
|
Type '{ inputFormat: string; mask: string; views: ("month" | "hours" | "minutes" | "seconds" | "year" | "day")[]; value: Date | null; minDate: Date; onChange: (date: Date | null) => void; componentsProps: { ...; }; components: { ...; }; OpenPickerButtonProps: { ...; }; renderInput: (renderProps: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DateTimePickerProps<Date> & RefAttributes<HTMLDivElement>'.
|
|
Type '{ inputFormat: string; mask: string; value: Date | null; maxDate: Date; onChange: (date: Date | null) => void; componentsProps: { actionBar: { actions: "clear"[]; }; }; components: { ...; }; OpenPickerButtonProps: { ...; }; renderInput: (renderProps: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DatePickerProps<Date> & RefAttributes<HTMLDivElement>'.
|
|
Type '{ inputFormat: string; mask: string; value: Date | null; minDate: Date; onChange: (date: Date | null) => void; componentsProps: { actionBar: { actions: "clear"[]; }; }; components: { ...; }; OpenPickerButtonProps: { ...; }; renderInput: (renderProps: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DatePickerProps<Date> & RefAttributes<HTMLDivElement>'.
|
|
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading