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

Does not work with React 17 #35

Open
geocolumbus opened this issue Sep 2, 2021 · 2 comments
Open

Does not work with React 17 #35

geocolumbus opened this issue Sep 2, 2021 · 2 comments

Comments

@geocolumbus
Copy link

This statement in package.json protects you from using a version of React lower than 16.3, but it also prevents you from using 17.

  "peerDependencies": {
    "react": "^16.3.x"
  },
@geocolumbus
Copy link
Author

This issue popped up with npm version 7. You can force install it with React 17 or greater by using the --legacy-peer-deps flag. But I still think this should be fixed because this does seem to work with React 17.

@ivanzcai
Copy link

ivanzcai commented Aug 9, 2022

hopefully this will get updated for react 18 too.

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

No branches or pull requests

2 participants