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
when installing from npm, there'e a directory node_modules/es6-react-mixins/node_modules/react/.
node_modules/es6-react-mixins/node_modules/react/
This cause @provideModule duplication issue (at least with react-native).
The text was updated successfully, but these errors were encountered:
this is expected and necessary - react is required by mixin.js
Sorry, something went wrong.
@angus-c you should add it as dependency in package.json. ok I'll fork that and will try to show you an example.
It is already a dependency
"dependencies": { "babel-runtime": "^5.8.25", "react": "^0.13.3" },
No branches or pull requests
when installing from npm, there'e a directory
node_modules/es6-react-mixins/node_modules/react/
.This cause @provideModule duplication issue (at least with react-native).
The text was updated successfully, but these errors were encountered: