React & Next: Latest version is having a typescript typing issue? #5130
Replies: 1 comment
-
Just realised the ColumnDef accepts a second type argument that will be the value, which by default is Closing this for now as I can easily get around this by specifing |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add a simple table and use
getValue
but it's not being recognized as a valid type as getValue() is returningunknown
which is not a valid jsx typing.Is anyone having the same issue, I just started a fresh project using react + nextjs.
Package version:
Code Snippet and screenshot
Beta Was this translation helpful? Give feedback.
All reactions