T
TanStack15mo ago
conscious-sapphire

getCoreRowModel not found in @tanstack/react-table

Hello, I am very new to using this library, and have been working through some issues using it. After uninstalling and reinstalling all libraries due to a duplicated instance of react, I am experiencing the following error: export 'getCoreRowModel' (imported as 'getCoreRowModel') was not found in '@tanstack/react-table' (possible exports: flexRender, useReactTable) I have searched the error code to little success. I have tried to uninstall and reinstall @tanstack/react-table using npm install @tanstack/react-table and also not gotten any results. This issue didn't show up prior to my uninstalling and reinstalling the libraries, although it could have been masked by other errors appearing before it. Thank you for your help
2 Replies
conscious-sapphire
conscious-sapphireOP15mo ago
Turns out I needed to restart my computer. I guess sometimes it is the simplest solution.
exotic-emerald
exotic-emerald15mo ago
sometimes just restarting the TS server is enough

Did you find this page helpful?