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

Any reason we couldn't remove React as a dependency and make it a peer dependency? #10

Open
Nantris opened this issue Sep 21, 2019 · 0 comments

Comments

@Nantris
Copy link

Nantris commented Sep 21, 2019

It's depending on a now ancient version. It seems like it would be better to use:

peerDependencies: {
  "react": "*"
}

I haven't tested it, but I don't think this package has an requirement for React 15 specifically, right @raphasilvac ?

Thanks for the great module! It's the only one that seems to get the job done!

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

1 participant