You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type '{ sx: { mt: number; }; label: string; disableMaskedInput: true; defaultDate: string; errorText: string | undefined; onChange: (...event: any[]) => void; onBlur: Noop; value: any; name: string; ref: RefCallBack; }' is missing the following properties from type 'AppDatePickerProps': onAccept, inputFormat
Generic type 'DatePickerProps<TDate>' requires 1 type argument(s).
Type '{ ref: Ref<HTMLDivElement>; minDate: Date; maxDate: Date; onChange: (date: Date | null) => any; onAccept: (date: Date | null) => any; inputFormat: any; ... 5 more ...; renderInput: (params: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DatePickerProps<Date> & RefAttributes<HTMLDivElement>'.
Parameter 'params' implicitly has an 'any' type.
Generic type 'DateTimePickerProps<TDate>' requires 1 type argument(s).
Type '{ ref: Ref<HTMLDivElement>; minDateTime: any; onChange: (date: any) => any; showDaysOutsideCurrentMonth: true; ampm: false; onAccept: any; inputFormat: any; disableMaskedInput: any; ... 6 more ...; renderInput: (params: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DateTimePickerProps<any> & RefAttributes<HTMLDivElement>'.
Parameter 'params' implicitly has an 'any' type.
Type '{ value: Date | null; minDateTime: Date; onChange: (date: any) => void; onBlur: Noop; name: "switchTime"; ref: RefCallBack; }' is missing the following properties from type 'AppDateTimePickerProps': label, onAccept, inputFormat, disableMaskedInput
Parameter 'date' implicitly has an 'any' type.
Process completed with exit code 1.
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
The logs for this run have expired and are no longer available.