-
Notifications
You must be signed in to change notification settings - Fork 835
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
React 18 support #1485
Comments
I'm not even able to install |
@collink Are you encountering an error indicating a peer dependency version conflict? The package To work around this, try running the command I suggest using |
I have the same issue with RadialChart |
First step would be merging this PR: |
When trying to update to React 18 I get this kind of errors of all
react-vis
components:Note:
React-vis with React 17 works with fine even with newest ("17.0.80") "@types/react", if you don't get different versions of React by some other dependency.
We needed to add this manual (yarn) resolve:
The text was updated successfully, but these errors were encountered: