You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type 'A[]' is not assignable to type 'B[]'.
Property 'fieldB' is missing in type 'A' but required in type 'B'.(2322)
input.ts(7, 5): 'fieldB' is declared here.
TypeScript Version: 3.8.0-dev.20200115
Search Terms: Promise.all
Code
Expected behavior:
Compiles without errors.
Actual behavior:
Compile fails.
Playground Link: Playground Link
Related Issues: #16017
This appears to be the exact same issue as #16017, just reappearing in version 3.7+.
The text was updated successfully, but these errors were encountered: