Phan Dang Dien
Results
1
comments of
Phan Dang Dien
I solved this by using state with `onSelect` to track the selected date: ```js const [selectedDate, setSelectedDate] = useState() { // use selectedDate here } }} /> ``` hope this...