MartinMalinda / vue-concurrency

A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.

Home Page:https://vue-concurrency.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type of 'await' operand must either be a valid promise or must not contain a callable 'then' member.

MartinMalinda opened this issue · comments

This happens with newest versions of TS. It seems to happen only in certain cases, possible when task has some unknown types.

Fixed in 983be3b

Released in 0.4.3