-
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
[Feature Request] React 19 support #540
Comments
React 19 is still RC and not a stable release, so for now it's not supported/tested. Once that's release I expect we'll work towards updating that to allow 19. If you're already running pre-release version, you can try disabling those peer deps to test. |
Next.js 15 is now stable and ready for production using react 19 (as of late October) . Is the plan still to wait for an official react 19 release? This is currently the only package we use that is not react 19 ready. |
Yes, we'll validate once released. Until then please feel free to report any issue you encounter with the RC. We don't expect any breaking changes, since we don't knowingly use any of the features with changes, but this is no guarantee until everything is settled and we're able to test. |
Reshaping this as a feature request, since that's the ask here. Currently, nothing is not working as expected. |
I've opened a PR w/ the peer dependency bump: In the meantime, it is possible to override (but probably unwise until it has been fully vetted) via the following in "overrides": {
"@stripe/react-stripe-js": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
} I noticed to properly bump this library a few things need to happen:
|
Thanks all -- now that React 19 is stable, we've exercised our integration tests to verify and should be bumping this peer dependency soon: #552 We're not aware of any incompatibilities (other than SSR/RSC which we do not currently support), since our component are generally thin wrappers around Stripe.js that aren't doing anything elaborate. However, we absolutely want to hear about any issues if you discover them in your integrations. |
are we waiting for a new version to be available on npm? |
Following |
3.1.0 was published today and includes the updated peer dependency: https://github.com/stripe/react-stripe-js/releases/tag/v3.1.0 |
What happened?
After updating NextJS to latest 15.x this package stopped working, because of its peer-dependencies. (see log below)
Please add React 19 as a possible peer-dependency.
Environment
No response
Reproduction
No response
The text was updated successfully, but these errors were encountered: