-
-
Notifications
You must be signed in to change notification settings - Fork 133
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 RC Error #1436
Comments
@Oksitaine thanks for opening this issue, I checked npm and Can you use |
@remarkablemark I talk about this version of react 19 rc. We can see it in the latest version on he npm page. I made like you say a "dependencies": {
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"html-react-parser": "^5.1.10",
"next": "15.0.0-rc.0",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522"
},
"overrides": {
"html-react-parser": {
"react": "19.0.0-rc-f994737d14-20240522"
}
}, And it's work perfecty ! Thanks you for the tips with |
@Oksitaine Great to hear that If the issue is resolved, do you mind closing it? |
Expected Behavior
I only want to download this librairie with nodes :
Actual Behavior
I can't use this one with the new version for NextJS 15 RC, and the trust problem is React 19 with new compilator :
Steps to Reproduce
Install and use the last version of react 19 and try download this node dependancy
Environment
Keywords
I thinks
html-react-parser
need to update peerDeps for react 19, that will be great !The text was updated successfully, but these errors were encountered: