Open Aj-thinks opened 6 months ago
Hey! We had this problem for a bit, it turns out the parent component that the date range was placed in was re-rendering whenever the date changed, which caused issues. Getting that locked down so that it wasn't re-rendering seems to have solved the issue.
Specifically we were updating something hooked into the 'onChange' function, which caused a re-render.
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
I am using : "date-fns": "^3.6.0", "react-date-range": "^2.0.1",
Can anyone help me to solve this. Thanks in advance.