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
First, thanks for a great library! I have a usecase where I want to allow users to pick a date in whichever calendar they choose. I also do not have any limits on date ranges. There seems to be an issue with switching the calendar, like so:
HorizonCalendar/VisibleItemsProvider.swift:431: Fatal error: Could not determine the origin of the month containing the layout item type day(0001-01-01).
This doesn't happen if the visibleDateRange is smaller, for example (Date(timeIntervalSince1970: 0)...Date()) works just fine.
It seems there is some cached state that needs to be refreshed when the calendar is changed? Or perhaps I'm doing something wrong?
The text was updated successfully, but these errors were encountered:
First, thanks for a great library! I have a usecase where I want to allow users to pick a date in whichever calendar they choose. I also do not have any limits on date ranges. There seems to be an issue with switching the calendar, like so:
Selecting "Coptic" in the picker will crash with:
This doesn't happen if the
visibleDateRange
is smaller, for example(Date(timeIntervalSince1970: 0)...Date())
works just fine.It seems there is some cached state that needs to be refreshed when the calendar is changed? Or perhaps I'm doing something wrong?
The text was updated successfully, but these errors were encountered: