Closed peanutsee closed 3 months ago
const [value, setValue] = useState({ startDate: null endDate: null });
A comma is missing in the example above.
Thanks for this feedback
A comma is missing in the example above.