-
-
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
Module not found nivo-arcs.es.js #1674
Comments
@juvs what version of The Tagging @wyze on this as this may have been an unforeseen consequence of migrating to the modern JSX runtime. It means that the minimum supported react version for |
Ah yes, we do need to bump the peer deps. I can add some breaking changes notes to the v0.72.0 changelog/release notes. |
ver 16.10.2, for now i'm gonna back version 0.62.0 of nivo in order to review the option to update react's version. Thanks! |
What version of react is nivo optimized for? |
@iljinjung the minimum supported version is React 16.14.0, but I believe nivo is currently developed against React 17, so I'd say the more recent the React version the better. |
Describe/explain the bug
Module not found, I guess something related with locale?
To Reproduce
Install versión 0.72.0
Use sample pie
Got this error:
./node_modules/@nivo/arcs/dist/nivo-arcs.es.js Module not found: Can't resolve 'react/jsx-runtime' in 'D:\projects\escolastia\colegio-web-ui\node_modules\@nivo\arcs\dist'
The text was updated successfully, but these errors were encountered: