Import Issue for React-Table

后端 未结 4 1551
我在风中等你
我在风中等你 2021-01-21 23:51

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

4条回答
  •  無奈伤痛
    2021-01-22 00:37

    You need to use the 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

提交回复
热议问题