React DayPicker with date-fns-jalali: Calendar starts from 11th instead of 1st of each month
I’m using React DayPicker with date-fns-jalali to create a Jalali (Persian) calendar component. However, I’m encountering an issue where the calendar is not displaying correctly. Instead of starting from the 1st day of each month, it’s starting from the 11th.
Here’s my current implementation: