Jolan Goburdhun
Results
1
comments of
Jolan Goburdhun
What I ended doing was changing the maxDate dynamically. I have an array of disabled dates sorted in ascending order. ``` const [startDate, setStartDate] = useState(null); const [endDate, setEndDate] =...