-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[v9] fix!: upgrade reconciler for React 19 #3224
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9a913a6:
|
TODO: should be able to recreate in react-nil when we upgrade its reconciler
Need to confirm behavior change in 19. Seems like a reconciler regression as before, null would prevent commitUpdate from being reachable.
Reconciler behavior changed here. Confirm with upstream this is expected.
Other than the context/it-fine thing. Is there anything we can help with here? |
@sebmarkbage, I need to get our tests up and running before taking anything upstream, but I'm seeing |
That seems to be due to facebook/react#25609
|
I upgraded our master branch which reflects the latest stable release v8, and that's all green now #3239 after meeting with Sebastian Silbermann to discover the removal of |
Released in |
Resolves #3222 by implementing new reconciler hooks and bumping the React peer dep to
>=19
.