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
node_modules/p-queue/dist/index.d.ts:15:173 - error TS2507: Type 'typeof import("/home/avi/projects/pqueue-type/node_modules/eventemitter3/index")' is not a constructor function type.
15 export default class PQueue<QueueType extends Queue<RunFunction, EnqueueOptionsType> = PriorityQueue, EnqueueOptionsType extends QueueAddOptions = QueueAddOptions> extends EventEmitter<EventName> {
~~~~~~~~~~~~
Found 1 error in node_modules/p-queue/dist/index.d.ts:15
Starting with 7.4.0, the following steps:
Result in:
Saw this first here: wixplosives/pleb#620
The text was updated successfully, but these errors were encountered: