-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support for React v17 #2536
Comments
Same problem. We had to downgrade to 0.84.0 and now have security vulnerability issues. |
Fixed by #2545. |
@plouc is this already in prod? I'm still having the same issue with React 17 |
@alissoncorsair, it hasn't been released yet, I'll try to publish a new release over the weekend. |
@plouc thanks! :) |
Good morning! I have seen that the changes have already been merged to the master branch, but in my project I still get the useId error, after making a new yarn. Is there any step still missing? Thank you very much! |
@plouc where are you gonna release the new version? |
It's been released in |
After the latest update -
v0.85.x
, line graph breaks for apps using react v17.This is caused due to the use of
useId
hook in@nivo/line
. This hook is only available in react v18To Reproduce
use
https://codesandbox.io/p/sandbox/nivo-line-chart-bottom-tick-values-forked-grrm8w
Expected behavior
Backward compatibility for react v17
Screenshots
The text was updated successfully, but these errors were encountered: