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
When make this change weekdayLabels={['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']} to start the week on monday, days are rendered as shifted one day.
Acutally 01.01.2022 is Saturday but it is render as Sunday when weekdayLabels starts on Monday.
When make this change
weekdayLabels={['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']}
to start the week on monday, days are rendered as shifted one day.Acutally 01.01.2022 is Saturday but it is render as Sunday when weekdayLabels starts on Monday.
You can see in codesandbox
The text was updated successfully, but these errors were encountered: