TS Error with your on-site example library '@internationalized/date' in 3.5.5 version. #3536
Replies: 3 comments
-
I see the same thing on 3.5.6 This is especially frustrating because it happens when using the Calendar component from React Aria Components as a starting point. Specifically when having
EDIT: |
Beta Was this translation helpful? Give feedback.
-
I can reproduce this same error with
|
Beta Was this translation helpful? Give feedback.
-
see #4154 (comment) |
Beta Was this translation helpful? Give feedback.
-
The error - Type 'CalendarDate' is not assignable to type 'DateValue'.
Type 'CalendarDate' is not assignable to type 'ZonedDateTime'.
Property '#private' in type 'CalendarDate' refers to a different member that cannot be accessed from within type 'ZonedDateTime'.ts(2322)
On 3.5.4 all was good.
Beta Was this translation helpful? Give feedback.
All reactions