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
To avoid this kind of issue:
WARNING in react Multiple versions of react found: 16.6.1 ./~/@feedzai/brushable-histogram/~/react 16.8.6 ./~/react
React must be a peerDependency locked in the major release (16.x).
peerDependency
16.x
An alternative is to use react as an alias in the webpack config.
{ resolve: { ... alias: { "react": path.resolve(__dirname, "node_modules/react") } ... } }
The text was updated successfully, but these errors were encountered:
We should go to the first alternative.
Sorry, something went wrong.
I agree with @nancruz , do you want to make a PR with that change @marlomgirardi ?
Yes, I can do that. Just let us see if we have more issues with the histogram.
react
dependency
No branches or pull requests
To avoid this kind of issue:
React must be a
peerDependency
locked in the major release (16.x
).An alternative is to use react as an alias in the webpack config.
The text was updated successfully, but these errors were encountered: