You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with React 18 and wanted to install this version of the Datepicker. I ran npm install [email protected] and updated the dependencies to match. Then I added the following code to my Tailwind config file:
Argument of type 'DateValueType' is not assignable to parameter of type 'SetStateAction<{ startDate: null; endDate: null; }>'.
Type 'null' is not assignable to type 'SetStateAction<{ startDate: null; endDate: null; }>'.ts(2345)
Not really sure what to do from here, since I followed the setup as best I could. Do you have any ideas?