fix(deps): update react-aria monorepo #556
Annotations
10 errors
Run pnpm website-build
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 16 more ...; readonly "aria-labelledby"?: string | undefined; } | { ...; }' is not assignable to parameter of type 'DatePickerStateOptions<DateValue>'.
|
Run pnpm website-build
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 16 more ...; readonly "aria-labelledby"?: string | undefined; } | { ...; }' is not assignable to parameter of type 'AriaDatePickerProps<DateValue>'.
|
Run pnpm website-build
@buildo/bento-design-system#build: command (/home/runner/work/bento-design-system/bento-design-system/packages/bento-design-system) pnpm run build exited (1)
|
Run pnpm website-build
Argument of type '{ readonly value: { start: CalendarDate; end: CalendarDate; } | null; readonly onChange: (range: RangeValue<CalendarDate> | null) => void; ... 18 more ...; readonly "aria-labelledby"?: string | undefined; } | { ...; }' is not assignable to parameter of type 'DateRangePickerStateOptions<DateValue>'.
|
Run pnpm website-build
Argument of type '{ readonly value: { start: CalendarDate; end: CalendarDate; } | null; readonly onChange: (range: RangeValue<CalendarDate> | null) => void; ... 18 more ...; readonly "aria-labelledby"?: string | undefined; } | { ...; }' is not assignable to parameter of type 'AriaDateRangePickerProps<DateValue>'.
|
Run pnpm website-build
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 19 more ...; readonly readOnly?: boolean | undefined; } | { ...; }' is not assignable to parameter of type 'DatePickerStateOptions<DateValue>'.
|
Run pnpm website-build
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 19 more ...; readonly readOnly?: boolean | undefined; } | { ...; }' is not assignable to parameter of type 'AriaDatePickerProps<DateValue>'.
|
Run pnpm website-build
Argument of type '{ readonly value: { start: CalendarDate; end: CalendarDate; } | null; readonly onChange: (range: RangeValue<CalendarDate> | null) => void; ... 21 more ...; readonly readOnly?: boolean | undefined; } | { ...; }' is not assignable to parameter of type 'DateRangePickerStateOptions<DateValue>'.
|
Run pnpm website-build
Argument of type '{ readonly value: { start: CalendarDate; end: CalendarDate; } | null; readonly onChange: (range: RangeValue<CalendarDate> | null) => void; ... 21 more ...; readonly readOnly?: boolean | undefined; } | { ...; }' is not assignable to parameter of type 'AriaDateRangePickerProps<DateValue>'.
|
Run pnpm website-build
Argument of type 'CalendarDate' is not assignable to parameter of type 'DateValue'.
|
Loading