When I pass the initialDate prop, the same month is rendered throughout the entire list instead of displaying different months. version: ^1.1313.0 <CalendarList markingType="period" minDate={minDate} maxDate={maxDate} markedDates={markedDates} onDayPress={onDayPress} theme={theme} pastScrollRange={12} futureScrollRange={12} scrollEnabled initialDate={initialDate} showScrollIndicator={false} calendarStyle={styles.calendarList} /> <img width="379" height="631" alt="Image" src="https://github.com/user-attachments/assets/a951e2f0-a3ba-4df6-84bd-ced12b49038c" />
When I pass the initialDate prop, the same month is rendered throughout the entire list instead of displaying different months.
version: ^1.1313.0