Skip to content

Unable to import SortingState from @tanstack/react-table #5017

Answered by wojciech-space
svb1998 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

import type { SortingState } from "@tanstack/react-table";

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@svb1998
Comment options

Answer selected by svb1998
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants