I'm using the react-day-picker component and the numberOfMonths variable to set the month's display. The current display shows the current month and next month, but I'm trying to show the previous month and the current month.
Current Code
<DayPicker
mode="range"
selected={selectedRange}
onSelect={handleRangeSelect}
numberOfMonths={2}
/>