hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.57k stars 658 forks source link

Selection buttons of month are not working #647

Open Aj-thinks opened 1 month ago

Aj-thinks commented 1 month ago

Month changing buttons are not working.

If I click the buttons to change the next month or previous month, months are not changing.

Actually months should change , but in my case it is not happening

image

I am using : "date-fns": "^3.6.0", "react-date-range": "^2.0.1",

Can anyone help me to solve this. Thanks in advance.