-
Notifications
You must be signed in to change notification settings - Fork 12.8k
document.createElement always marked deprecated #39212
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
Comments
Ideally we should determine when a deprecated overload is being called. If that is not possible right now, I think we should be conservative and only mark a call deprecated if all of its overloads are deprecated |
Okay, I'll take a look soon. |
It's already fixed in nightly build yesterday(utc+8, or today) |
Uh oh!
There was an error while loading. Please reload this page.
TypeScript Version: 4.0.0-dev-20200622
Search Terms:
Code
For the JS
Bug:
createElement
is always rendered as deprecatedI believe this is because one of the
createElement
overloads is deprecated/cc @Kingwl @DanielRosenwasser We will need to fix this before we can ship
@deprecated
support in the stable version of VS CodeThe text was updated successfully, but these errors were encountered: