You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PRO version is suppose to be React 17.x compatible, however, it depends on react-table v6 API.
Even though in the package.json, react-table is set to version 7.x, the example code uses import ReactTable from "react-table";, which makes it follow the v6 API, not the v7 headless API.
The text was updated successfully, but these errors were encountered:
The PRO version is suppose to be React 17.x compatible, however, it depends on
react-table
v6 API.Even though in the package.json,
react-table
is set to version7.x
, the example code usesimport ReactTable from "react-table";
, which makes it follow the v6 API, not the v7 headless API.The text was updated successfully, but these errors were encountered: