-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Experimental createRoot method not available in React 17 #21525
Comments
This is expected. That API has not been released yet. If you want to try it, you can install |
Any timelines on when these experimental API will be available as part of stable builds. |
It seems createRoot() is available now without the unstable prefix? |
I don't think so, ReactDOM does not have any method named createRoot |
This year seems very likely. You can track progress in #13206.
Yes, but only in the |
I am using react and react-dom v17.0.2 and I was trying to use the unstable_createRoot method to render my app but looks like that method is not even present in react v17.0.2.
Can someone comment if this is expected or not.
Thanks,
Arpit
The text was updated successfully, but these errors were encountered: