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
Argument of type '{ minValue?: DateValue | undefined; maxValue?: DateValue | undefined; isDateUnavailable?: ((date: DateValue) => boolean) | undefined; isDisabled?: boolean | undefined; ... 10 more ...; onChange?: ((value: MappedDateValue<...>) => void) | undefined; }' is not assignable to parameter of type 'CalendarProps<DateValue>'.
Argument of type '{ pageBehavior?: PageBehavior | undefined; minValue?: DateValue | undefined; maxValue?: DateValue | undefined; isDateUnavailable?: ((date: DateValue) => boolean) | undefined; ... 29 more ...; name?: string | undefined; }' is not assignable to parameter of type 'AriaDatePickerProps<T>'.
Type 'T' does not satisfy the constraint 'DateValue'.
Argument of type '{ startName?: string | undefined; endName?: string | undefined; pageBehavior?: PageBehavior | undefined; minValue?: DateValue | undefined; maxValue?: DateValue | undefined; ... 30 more ...; onChange?: ((value: RangeValue<...>) => void) | undefined; }' is not assignable to parameter of type 'AriaDateRangePickerProps<T>'.
Type 'T' does not satisfy the constraint 'DateValue'.
Argument of type '{ allowsNonContiguousRanges?: boolean | undefined; minValue?: DateValue | undefined; maxValue?: DateValue | undefined; isDateUnavailable?: ((date: DateValue) => boolean) | undefined; ... 11 more ...; onChange?: ((value: RangeValue<...>) => void) | undefined; }' is not assignable to parameter of type 'RangeCalendarProps<DateValue>'.
Argument of type '{ numberFormatter: Intl.NumberFormat; orientation?: Orientation | undefined; isDisabled?: boolean | undefined; onChangeEnd?: ((value: number | number[]) => void) | undefined; ... 7 more ...; formatOptions?: Intl.NumberFormatOptions | undefined; }' is not assignable to parameter of type 'SliderStateOptions'.
Argument of type '{ orientation?: Orientation | undefined; isDisabled?: boolean | undefined; onChangeEnd?: ((value: number | number[]) => void) | undefined; minValue?: number | undefined; ... 10 more ...; 'aria-details'?: string | undefined; }' is not assignable to parameter of type 'AriaSliderProps<number[]>'.
Argument of type '{ orientation?: Orientation | undefined; isDisabled?: boolean | undefined; index?: number | undefined; autoFocus?: boolean | undefined; onFocus?: ((e: React.FocusEvent<Element, Element>) => void) | undefined; ... 16 more ...; trackRef: React.RefObject<...>; }' is not assignable to parameter of type 'SliderThumbOptions'.
Argument of type '{ hourCycle?: 12 | 24 | undefined; granularity?: "hour" | "minute" | "second" | undefined; hideTimeZone?: boolean | undefined; shouldForceLeadingZeros?: boolean | undefined; placeholderValue?: T | undefined; ... 23 more ...; name?: string | undefined; }' is not assignable to parameter of type 'AriaTimeFieldProps<TimeValue>'.
The logs for this run have expired and are no longer available.