Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

peerDependency warning when used with react@17 #2846

Closed
AviVahl opened this issue Nov 6, 2020 · 2 comments
Closed

peerDependency warning when used with react@17 #2846

AviVahl opened this issue Nov 6, 2020 · 2 comments
Labels

Comments

@AviVahl
Copy link

AviVahl commented Nov 6, 2020

Describe the bug (required)
react-table's peerDependency range does not cover newly released react@17.

Provide an example via Codesandbox! (required)
Irrelevant for this issue.

Steps To Reproduce (required)

mkdir react-table-r17
cd react-table-r17
npm init -y
npm i react react-dom react-table

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

  • Node 14.15.0 (LTS) and npm 6.14.8
sergei-startsev added a commit to sergei-startsev/react-table that referenced this issue Nov 13, 2020
@tannerlinsley
Copy link
Collaborator

🎉 This issue has been resolved in version 7.6.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@scleikas
Copy link

scleikas commented Sep 16, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants