Closed
Description
packages/@css-blocks/core/src/util/allDone.ts:17:20 - error TS2345: Argument of type 'awaited T' is not assignable to parameter of type 'T'.
'T' could be instantiated with an arbitrary type which could be unrelated to 'awaited T'.
17 results.push(await p);
~~~~~~~
To repro:
yarn
tsc -b -f packages
Metadata
Metadata
Assignees
Labels
No labels
Activity
amcasey commentedon Mar 24, 2020
Might be fallout from #37566 (or vice versa).