I cannot use @tanstack/react-table in NextJS 13
Hello! I cannot use @tanstack/react-table in NextJS 13.
I get this error;
1 Reply
extended-salmon•3y ago
I had a similar problem, It has something to do with trying to create a table on a server component. Try making a client component that just renders the table.