chore(deps): bump the mantine group with 3 updates #3423
Annotations
10 errors
Review
Type '{ defaultDate?: Date; defaultValue?: Date; minDate?: Date; maxDate?: Date; onChange?: (value: CalendarValue) => void; value?: CalendarValue; ariaLabels: { ...; }; hideOutsideDates: true; maxLevel: "month"; withCellSpacing: false; }' is not assignable to type 'DatePickerProps<DatePickerType>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Review
Type '{ clearable?: boolean; defaultValue?: DatePickerValue; disabled?: boolean; minDate?: Date; maxDate?: Date; onChange?: (value: DatePickerValue) => void; ... 11 more ...; withCellSpacing: false; } | { ...; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<DatePickerType> & { ref?: ForwardedRef<HTMLButtonElement>; } & { ...; } & StyledDatePickerProps' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Review
Type '{ defaultDate?: Date; defaultValue?: Date | [Date, Date]; minDate?: Date; maxDate?: Date; onChange?: (value: DateRangePickerValue) => void; ... 6 more ...; type: "range"; }' is not assignable to type 'DatePickerProps<DatePickerType>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Review
Type '{ clearable?: boolean; defaultValue?: DateRangePickerValue; disabled?: boolean; minDate?: Date; maxDate?: Date; onChange?: (value: DateRangePickerValue) => void; ... 13 more ...; withCellSpacing: false; } | { ...; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<DatePickerType> & { ref?: ForwardedRef<HTMLButtonElement>; } & { ...; } & StyledDateRangePickerProps' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Review
Type '{ defaultDate?: Date; defaultValue?: Date; minDate?: Date; maxDate?: Date; onChange?: (value: CalendarValue) => void; value?: CalendarValue; ariaLabels: { ...; }; hideOutsideDates: true; maxLevel: "month"; withCellSpacing: false; }' is not assignable to type 'DatePickerProps<DatePickerType>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Review
Type '{ clearable?: boolean; defaultValue?: DatePickerValue; disabled?: boolean; minDate?: Date; maxDate?: Date; onChange?: (value: DatePickerValue) => void; ... 11 more ...; withCellSpacing: false; } | { ...; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<DatePickerType> & { ref?: ForwardedRef<HTMLButtonElement>; } & { ...; } & StyledDatePickerProps' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Review
Type '{ clearable?: boolean; defaultValue?: DateRangePickerValue; disabled?: boolean; minDate?: Date; maxDate?: Date; onChange?: (value: DateRangePickerValue) => void; ... 13 more ...; withCellSpacing: false; } | { ...; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<DatePickerType> & { ref?: ForwardedRef<HTMLButtonElement>; } & { ...; } & StyledDateRangePickerProps' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Review
Type '{ defaultDate?: Date; defaultValue?: Date | [Date, Date]; minDate?: Date; maxDate?: Date; onChange?: (value: RangeCalendarValue) => void; ... 6 more ...; type: "range"; }' is not assignable to type 'DatePickerProps<DatePickerType>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Review
Unused '@ts-expect-error' directive.
|
Review
Type 'string | number | readonly string[] | undefined' is not assignable to type 'string | undefined' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.
|