-
Notifications
You must be signed in to change notification settings - Fork 274
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
fix: correct invalid react version constraint #555
fix: correct invalid react version constraint #555
Conversation
|
1 similar comment
|
Thanks @dsherret ! Hopefully the Stripe team can take a quick look at this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks!
Package version 3.1.1 contains this fix: https://www.npmjs.com/package/@stripe/react-stripe-js/v/3.1.1 |
Great, thanks! |
👋 Hi David, thanks for the bug report! |
@rado-stripe hey Rado, hope you've been doing well. No problem! |
The version constraint was invalid and accepted any react version
>=16.8.0
.