Pratik Dev

Results 7 comments of Pratik Dev

is there any update about it? or anything we can use temporarily? I kinda need this feature urgently

I'm mainly integrating [shadcn](https://ui.shadcn.com/) and finding ts issues in the shadcn provided components. i'll try to keep adding all the issues i find in this comment `KeyboardEvent` is also not...

Isn't it like we'll re-export most of the unavailable types from react?

maybe i'm too noob in TS world. but when u say re-export, do u mean to re-export from TS directly?

u said react provides their own `KeyboardEvent`. it's still unclear to me why they had to do it? and even if they do, why can't we just directly use this...

yes. as mentioned in my first comment, I was trying to use [shadcn](https://ui.shadcn.com/) with `preact`. And many components in shadcn like [Select](https://ui.shadcn.com/docs/components/select) and [Sheet](https://ui.shadcn.com/docs/components/sheet) do use `ElementRef`