react-tailwindcss-datepicker icon indicating copy to clipboard operation
react-tailwindcss-datepicker copied to clipboard

Missing comma in demo code

Open peanutsee opened this issue 1 year ago • 0 comments

const [value, setValue] = useState({ 
    startDate: null 
    endDate: null 
}); 

A comma is missing in the example above.

peanutsee avatar Dec 07 '23 07:12 peanutsee