-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Right now, if you want to access CancellablePromise, you need to import it from "mobx/dist/api/flow". Importing from a "dist" folder is not allowed in our codebase, so we're left with having to copy the definition locally. This could be solved by exporting CancellablePromise from "mobx".
dartess