MartinMalinda / vue-concurrency

A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.
https://vue-concurrency.netlify.app/
MIT License
352 stars 15 forks source link

waitForValue should check for not undefined instead of truthy #23

Closed spetex closed 3 years ago

spetex commented 4 years ago

https://github.com/MartinMalinda/vue-concurrency/blob/71031148f6fd1f91a2f77b874aee55965038d42a/src/utils/general.ts#L10

MartinMalinda commented 3 years ago

Fixed https://github.com/MartinMalinda/vue-concurrency/blob/master/src/utils/general.ts#L9!