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
Hi guys, does anyone know why this happens? The selected date is the 3rd of Jan however in the week view January is blurred, where as December is highlighted in black.
It works fine when I expand the calendar, as seen below:
Hi guys, does anyone know why this happens? The selected date is the 3rd of Jan however in the week view January is blurred, where as December is highlighted in black.
It works fine when I expand the calendar, as seen below:
My code:
<CalendarProvider date={new Date().toISOString().split('T')[0]} onDateChanged={(date) => console.log(date)} > <ExpandableCalendar /> </CalendarProvider>
Please let me know if anyone has an idea of how to go about this :)
The text was updated successfully, but these errors were encountered: