Skip to content
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 is installing a react module and that fails #15

Open
freynolds opened this issue Nov 23, 2016 · 1 comment
Open

module is installing a react module and that fails #15

freynolds opened this issue Nov 23, 2016 · 1 comment

Comments

@freynolds
Copy link

Hi. I'm trying to import this and I found you hardcoded the react into the dependencies.

├─┬ [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ └── [email protected]
│ └── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]

@pamo
Copy link

pamo commented Dec 8, 2016

Multiple instances of react are being loaded and I get this error:
https://facebook.github.io/react/warnings/refs-must-have-owner.html

The solution would be to add react as a peer dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants