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 need to use the react-table-6
react-table-6
Use this command using Terminal or Command Prompt
> npm i react-table-6 --save import ReactTable from 'react-table-6'; import 'react-table-6/react-table.css';
Now it will work