-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
[Feat]: Add react v19 to peer deps #1041
Conversation
Thank you for your contribution @Yonom, much appreciated 👍. I have one questionI haven't checked out |
I couldn't spot any issues in my installation of it! |
By looking at the official upgrade guide, the only thing that seems to "apply" to this codebase is the |
@ricardo-a-alves-alb do you mean that the |
As-is, it should work properly. The difference from 18 to 19 is that |
@ricardo-a-alves-alb thanks for digging into this. I will merge this soon. @Yonom could you check if this PR needs to be rebased and do that on the latest master in case it’s necessary? |
Thanks @Yonom for your contribution and @ricardo-a-alves-alb for the reference 👍. |
@Yonom and @ricardo-a-alves-alb I just released this in v8.3.1. |
Nice! One more dependency updated so I can upgrade to Next.js 15 later on 😄 |
Thanks a lot for this package
I get the following warning from pnpm after upgrading to NextJS v15 (released today), which installs react 19 RC
React 19 is technically still in RC stage, but since a stable version of a major Metaframework is installing it, it's a sign that it's ready for production use and will now be used by many projects.