React 19 #810
Replies: 1 comment
-
I'm curious about this as well. Next.js v15 came out last month and they are depending on a supposedly stable RC version of React & React Dom v19. I'm trying to upgrade my project to their new version and am being blocked by the following conflict:
I pulled down the code and did a quick upgrade from React v18 to v19. Everything seems to be working in Storybook as expected. I ran the jest tests and received one failure that seemed dependency related and simple to fix ( As far as peer dependencies, there seem to be 7 that would require upgrading:
So an upgrade definitely seems doable with relatively minimal effort, provided that each peer also supports React 19. |
Beta Was this translation helpful? Give feedback.
-
will you support react 19?
Beta Was this translation helpful? Give feedback.
All reactions