I have next import:
import { useTable, useSortBy, useFilters, useColumnOrder } from 'react-table'
But I have next error:
Module '"react-table"' has no exported member 'useTable'.
The strange thing I have used it before in a previous project, and all worked fine, but in this project, it triggers an error.
Version: "react-table": "^7.6.3"
P.S. If I npm i @types/react-table@7.0.29 I have much more errors.
What should I do?