Error When Using `Effect.runPromise` Inside an Effect
Hey Mattia,
Quick question:
Why am I getting this error
If I'm using
Note the lib I'm using, expects a promise. I also wrap that lib into Effect.Service. Shouldn't it recognize that i use Effect.runPromise inside an async func?
Quick question:
Why am I getting this error
If I'm using
Effect.runPromise(myEffect); inside a regular async function?Note the lib I'm using, expects a promise. I also wrap that lib into Effect.Service. Shouldn't it recognize that i use Effect.runPromise inside an async func?
