Skip to content
Discussion options

You must be logged in to vote

I have solved same problem. The is in import statement. Pycharm's autoimport inserts
import { useTable } from "react-table/src/hooks/useTable";
but correct import is
`import { useTable } from "react-table";

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dasler-fw
Comment options

Answer selected by maxcww
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2767 on October 10, 2020 21:09.