-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Avoid elaborating missing properties on common container types #35300
Comments
|
Isn't that backwards? It should be the other way around because: declare let foo: Foo;
declare let fooPromise: Promise<Foo>;
fooPromise = foo; adding an |
Any common error message? Such as |
|
I do think promise is a bit more special than the rest of these, however - passing a |
This works as expected now |
Originally posted by @amcasey in #35278
The text was updated successfully, but these errors were encountered: