-
Notifications
You must be signed in to change notification settings - Fork 25
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
ReactDOM.render is deprecated for React 18 #73
Comments
Thanks for the report! Looks like there's a few stuff that would need to be updated. In the mean time, it should continue to work (though it will trigger a warning). |
hey! any updates with this issue? |
Bump ^^ |
I forked this repo and made the adjustments in a PR here: #80 |
Fixed in remount@1.0.0 🎉 Thanks for the report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am using remount with React 18 and I am getting this warning because you are using render instead createRoot for React 18.
The text was updated successfully, but these errors were encountered: