Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I am getting type errors of
Type 'string | number | bigint | boolean | Element | Iterable<ReactNode> | Promise<AwaitedReactNode> | null | undefined' is not assignable to type 'ReactNode'. Type 'bigint' is not assignable to type 'ReactNode'.
I copied the DataTable from shad/ui and it seems everything is being used correctly.
The code blocks in question, does anyone know how to resolve this issue? Is something being used incorrectly?
Here is the component that I copied from shad/ui
Beta Was this translation helpful? Give feedback.
All reactions