-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 19 Support #6724
React 19 Support #6724
Comments
let me look at this |
PR submitted to get the ball rolling. |
Would be perfect if you already get React 18.3.3 in package.json - in 18.3.3 they added deprecation warnings for 19 |
weird when i run |
You're correct it was 18.3.1 indeed. Just updated my local package and got wrong line ;) https://github.com/facebook/react/blob/main/CHANGELOG.md |
Now |
Testing now 😄 |
If you did not see, they got a guide for upgrading |
@melloware After playing around a bit it seems that PrimeReact is currently React 19 compatible (almost). What's not yet implemented in React 19 RC is the deprecation of The currently released |
I think we are in good shape my PR only clarifies it for build tools that 19 is OK to use with PR. |
Are you sure 10.7 is a good milestone? React 19 is RC currently and as far as I know, there is no official timeline for the final version. How's the timeline for 10.7? |
i think its harmless to add as its just adding this really as a hint to build tools "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" |
Describe the bug
Just curious how the plans are.
PrimeReact version
11.X
React version
19.x
Language
ALL
Build / Runtime
ALL
Browser(s)
ALL
The text was updated successfully, but these errors were encountered: