You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using react-dom@0.0.0-experimental-33c3af284 and reactMode: 'concurrent', React never loads on the client side. This appears to be related to facebook/react#18825 where createRoot has been renamed to unstable_createRoot.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 30, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When using
react-dom@0.0.0-experimental-33c3af284
andreactMode: 'concurrent'
, React never loads on the client side. This appears to be related to facebook/react#18825 wherecreateRoot
has been renamed tounstable_createRoot
.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
test
and see that nothing happens.Expected behavior
An alert with
hello world
in it.The text was updated successfully, but these errors were encountered: