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
Hi, thanks for all the work on this great library. I was wondering if there's a chance of updating this peer dependency to React 17 on the (admittedly obsolete) react-table 6.x version. There's a project that would require a lot of rework to upgrade from 6, and if the 6.x branch is compatible with React 17, just bumping the peer dependency requirement would solve this issue.
I guess the first question is, do you happen to be aware of something in the 6.x version that would prevent updating the peer dependency?
Describe the bug (required)
react-table
's peerDependency range does not cover newly releasedreact@17
.Provide an example via Codesandbox! (required)
Irrelevant for this issue.
Steps To Reproduce (required)
See warning:
npm WARN [email protected] requires a peer of react@^16.8.3 but none is installed. You must install peer dependencies yourself.
Expected behavior (Recommended)
Allow react@17 in peerDep range.
Additional context
The text was updated successfully, but these errors were encountered: