-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
[WIP] React 18 support #1068
base: master
Are you sure you want to change the base?
[WIP] React 18 support #1068
Conversation
/ "umd/react-dom-server.browser.development.js" | ||
minified "umd/react-dom-server.browser.production.min.js" | ||
/ "umd/react-dom-server-legacy.browser.development.js" | ||
minified "umd/react-dom-server-legacy.browser.production.min.js" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Report this to React
|
Although React 18 support is not complete yet, we have a large application with only functional components which we were able to upgrade with the changes so far. Let's cut a |
I'll attempt to make the release without merging into master. |
Thanks @rpiaggio for making progress on this. Would love to help but not sure what are the remaining items |
Wrap router actions in startTransition
Allow custom route parsers
Addresses #1057