I want to use `useAsyncTask` like so: ```ts const myAsyncTask = useAsyncTask(() => { return functionThatReturnsPromiseWithMyData('this is an argument') }) ``` but when I try to run this, I get `Uncaught (in promise) ReferenceError: regeneratorRuntime is not defined` I am using vue 3.1.4, vite 2.4.1, and vue-concurrency 2.1.2