Import Issue for React-Table

后端 未结 4 1518
我在风中等你
我在风中等你 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:32

    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.

提交回复
热议问题