Closed
Description
packages/@css-blocks/core/src/util/PromiseQueue.ts:35:7 - error TS2345: Argument of type '(result: Result) => void' is not assignable to parameter of type '(value: awaited Result) => void | PromiseLike<void>'.
Types of parameters 'result' and 'value' are incompatible.
Type 'awaited Result' is not assignable to type 'Result'.
'Result' could be instantiated with an arbitrary type which could be unrelated to 'awaited Result'.
35 (result: Result) => {
~~~~~~~~~~~~~~~~~~~~~
To repro:
yarn
tsc -b -f packages
Metadata
Metadata
Assignees
Labels
No labels