-
Notifications
You must be signed in to change notification settings - Fork 275
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
React 17 Support #140
Comments
Not able to install with yarn or npm |
UP ! Same here |
This package is dead I suggest using |
We're planning to publish to a new version of React Stripe.js with React 17 as a supported peer dependency, which will resolve this error. React 17 made changes to the timing of |
Summary
Other information
React 17 is functionally very similar to 16, but I get these warns upon npm install after upgrading to it.
npm WARN @stripe/[email protected] requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @stripe/[email protected] requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself.
The text was updated successfully, but these errors were encountered: