Import Issue for React-Table

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

    I don't know which version of React Table you're using, but looking at the code of the latest version (here), there is no default export, neither a ReactTable export.

    It seems that it is now using hooks, so you should use the useTable hook to create a table with the latest version (doc here).

提交回复
热议问题