We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we can't upgrade to React 17 because of react-vis, which only has React 16 as a dependency in its package.json (uber/react-vis#1356)
react-vis
However, once NPM adds support for dependency overrides we may be able to override this (npm/rfcs#129)
The text was updated successfully, but these errors were encountered:
NPM overrides have been added in v8.3.0
https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides
So something like this might work:
"overrides": { "react": "^17.0.0"
However, since react-vis is unmaintained this is ultimately just kicking the can down the road and a replacement should probably be found, e.g. #26
Sorry, something went wrong.
18a52b4
chore: Upgrade to React 17
898bce2
... also upgrade react-scripts to latest version Closes #23
No branches or pull requests
Right now we can't upgrade to React 17 because of
react-vis
, which only has React 16 as a dependency in its package.json (uber/react-vis#1356)However, once NPM adds support for dependency overrides we may be able to override this (npm/rfcs#129)
The text was updated successfully, but these errors were encountered: