Abhilash M

Results 4 comments of Abhilash M

I have the same problem. I get ``` Type '{ class: string; }' is not assignable to type 'DetailedHTMLProps'. Property 'class' does not exist on type 'DetailedHTMLProps'. Did you mean...

Thanks olemarius. Adding this fixed it ``` // tsconfig.json { "compilerOptions": { // ... "types": [ "vite/client", // if using vite // ... ] } } ```

> Seems to be a duplicate of #969 but I too would love to see a date picker and a date range picker primitive too. until then https://react-spectrum.adobe.com/react-aria/useDatePicker.html

I am still facing this. Is it not fixed still? version - 2.1.6