-
Just testing Tanstack react-table lib with react + Typescript, and it seams that I can't return tsx/jsx from cell function of ColumnDef: Am I missing something here? |
Beta Was this translation helpful? Give feedback.
Answered by
otatar
Dec 7, 2023
Replies: 1 comment
-
Well it turned out that my file was with .ts extension. So changing it to .tsx solved the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
otatar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well it turned out that my file was with .ts extension. So changing it to .tsx solved the problem.