I am creating a table in react using react-table library. Few days back, I had created a table using the same library and faced no issues. But today I am getting the following e
You're doing it in the version 6 way, and installing a later version of react-table.
Based on comment found here: React table does not contain a default export, you need to install react-table-6 instead of react-table and replace it as well on your imports.