Closed oleynikovoleg closed 2 days ago
@oleynikovoleg interesting, thanks for the report. It looks like it happens only with February 2026 - i.e. when the 28-day month starts on Sunday. Could you confirm?
@gpbl Yes, that’s correct. It seems to occur in February 2026, then again in February 2037, and so on, whenever the month begins on a Sunday and has 28 days. Thanks for pointing that out!
Came here to report this bug, saw it's already been submitted.
Code
Expected Behavior
The calendar should consistently display 6 weeks per month when using the
fixedWeeks
prop, regardless of the month. This should ensure a uniform calendar layout, even for months with fewer than 6 weeks of visible days.Actual Behavior
In some months, the
fixedWeeks
prop does not work as expected and displays only 5 weeks instead of 6. This occurs inconsistently, even whenfixedWeeks
is enabled. The issue is reproducible on the example page as well.Screenshots