Reactjs – How to store data into variable with DateRangePicker from rsuite?
I am trying to store a date range into an array using DateRangePicker from rsuite. Right now my application works as intended, but I am still getting some errors in Typescript. How do I do this correctly? import { DateRangePicker…