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 using the dayjsLocalizer the month view for March 2024 is incorrect. March 10th 2024 is missing entirely and the days of the week display do not align with the dates on the calendar. This can be seen in the storybook examples provided (here) Note: To reproduce this you must view March 2024 on this story
Expected Behavior
All dates should show on the calendar. The days of the week should start on Sunday and should align with calendar dates as expected
Actual Behavior
March 10th 2024 is missing entirely from the calendar, and the days of the week start on incorrect day and do not line up with the corresponding days on the calendar.
We're also seeing issues with the dayjs localizer. Not the same as you (March 10 isn't missing) but many of the days in March are incorrectly rendering as out of range. This happens for all the years we've tested and is reproducible in the Storybook. Switching to Moment localizer resolves the issue.
Check that this is really a bug
Reproduction link
https://jquense.github.io/react-big-calendar/examples/index.html?path=/docs/examples--dayjs-localizer
Bug description
When using the
dayjsLocalizer
themonth
view for March 2024 is incorrect. March 10th 2024 is missing entirely and the days of the week display do not align with the dates on the calendar. This can be seen in the storybook examples provided (here) Note: To reproduce this you must view March 2024 on this storyExpected Behavior
All dates should show on the calendar. The days of the week should start on Sunday and should align with calendar dates as expected
Actual Behavior
March 10th 2024 is missing entirely from the calendar, and the days of the week start on incorrect day and do not line up with the corresponding days on the calendar.
react-big-calendar version
1.11.2
React version
^17.0.2
Platform/Target and Browser Versions
All platforms
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: