import { useReactTable } from '@tanstack/react-table'; causes error "module not found"
Our project is NOT in typescript but I thought I could still use the module(https://stackoverflow.com/questions/73885732/how-to-implement-react-table-without-typescript) so I did
yarn add @tanstack/react-table
, and I can see the module has been installed but when I try to import it I receive the above mentioned error. Did anyone else run into this and if so, how did you solve this?Stack Overflow
How to Implement react-table without typescript?
I want to add some complex tables to my React project. I did some research and found out the react-table is one of the best options. I installed the latest version v8.5.13, but when I looked at the

0 Replies