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
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
The text was updated successfully, but these errors were encountered:
https://github.com/linkedin/css-blocks/blob/6023475e9ab9a01cda6daa71986a9b4932c16ecd/packages/@css-blocks/core/src/util/allDone.ts#L17
To repro:
yarn
tsc -b -f packages
The text was updated successfully, but these errors were encountered: