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

Indicate React 17 support in peerDependencies #71

Open
danoc opened this issue Aug 4, 2021 · 0 comments · May be fixed by #74
Open

Indicate React 17 support in peerDependencies #71

danoc opened this issue Aug 4, 2021 · 0 comments · May be fixed by #74

Comments

@danoc
Copy link

danoc commented Aug 4, 2021

The package.json file says that graphiql-explorer only works with React ^15.6.0 and ^16.0.0. It'd be great to indicate React 17 support to help folks clean up their peer dependency warnings:

"react": "^15.6.0 || ^16.0.0",
"react-dom": "^15.6.0 || ^16.0.0"

@wickedev wickedev linked a pull request Oct 1, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant