react-calendar-heatmap
react-calendar-heatmap copied to clipboard
WeekDays are not rendered correctly when weekdayLabels array changed
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.