Types for table
What can I use instead of
any
? I tried TData
but it says TS2304: Cannot find name TData
. I don't want to pass the data type because it's a reusable table.2 Replies
solid-orange•17mo ago
Total TypeScript
How To Use forwardRef With Generic Components
Learn about the limitations of React's
forwardRef
TypeScript and discover a solution to enable inference on generic components.rival-blackOP•17mo ago
@lakeway Not sure I understand how to fix it in my case. Could you please help?