Unable to import SortingState from @tanstack/react-table #5017
-
Hi, I'm trying to import {SortingState} from @tanstack/react-table, but I get this error: I'm using Reacct with Javascript, not Typescript and Vite. |
Beta Was this translation helpful? Give feedback.
Answered by
wojciech-space
Jan 18, 2025
Replies: 1 comment 1 reply
-
Hi @svb1998, sorry for being late to the party, I had the same issue but just found the solution, if you use TypeScript, you have to import
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
svb1998
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @svb1998, sorry for being late to the party, I had the same issue but just found the solution, if you use TypeScript, you have to import
SortingState
as a type: