"Type '{ children: Element[]; }' has no properties in common with type 'IntrinsicAttributes & RefAttributes<any>'." and "Type '{ placeholder: string; value: string; onChange: (event: any) => void; className: string; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<any>'. Property 'placeholder' does not exist on type 'IntrinsicAttributes & RefAttributes<any>'." in Data Table component. #4704
Replies: 1 comment 1 reply
-
What did you do to solve this problem? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using the Data Table component w/ Typescript, but I keep getting a crazy amount of errors related to "Intrinsic Attributes" & "RefAttributes". I don't know what is happening and can't find anyone else running into the same error.
Here's my code for "data-table.tsx" that it told me to write in the documentation"
Anyone know what's going on?
Beta Was this translation helpful? Give feedback.
All reactions