-
Notifications
You must be signed in to change notification settings - Fork 350
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
Deprecate ReactDOM.render #779
Comments
That sounds good, also migrate those tests 😮💨 |
part of #756 |
we can either add deprecations or come up with a new alert, e.g.: let render = ...
[@@alert react17 "..."] |
Oh, if we are removing |
Added the deprecation in #756 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
ReactDOM.render
, React.js will show these warnings at runtime:This can be seen in the tests.
We should probably deprecate
ReactDOM.render
showing a similar warning, and remove them in a future version (or wait until React removes it).The text was updated successfully, but these errors were encountered: