-
Notifications
You must be signed in to change notification settings - Fork 157
[WIP] Update to react 19 #4778
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
base: master
Are you sure you want to change the base?
[WIP] Update to react 19 #4778
Conversation
LLM Analysis of PR ChangesSummaryThis PR updates React and related dependencies to version 19, including Key Points to Review
Style & Consistency
|
Storybook staging is available at https://kiwicom-orbit-dsil-update-react-19.surge.sh Playroom staging is available at https://kiwicom-orbit-dsil-update-react-19.surge.sh/playroom |
Size Change: -754 B (-0.16%) Total Size: 468 kB
ℹ️ View Unchanged
|
4a05485
to
2303746
Compare
BREAKING CHANGE: orbit-components now requires React 19.1 or above
<Context.Provider> component can now be called just <Context>
Since ref is now part of props, we can remove these
Update to the new major version should be made later
2303746
to
9e2a530
Compare
WIP