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
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