DashboardPack / architectui-react-theme-free

ArchitectUI React admin template is a simple yet fully customizable admin dashboard for web apps and other software.
https://dashboardpack.com/theme-details/architectui-dashboard-react-pro/
MIT License
126 stars 104 forks source link

react-table v7 #53

Open mbbyn opened 8 months ago

mbbyn commented 8 months ago

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.