Unexpected `Effect<Effect>` Instead of `Effect<string>` in `pipe` with Effect Library Dependencies
Hi all,
I'm experiencing strange behaviour of
for some reason I get
What could be the reason I'm gettings this?
I'm experiencing strange behaviour of
pipefor some reason I get
Effect<Effect>, but must be Effect<string>What could be the reason I'm gettings this?
DynamoDB is from another npm package, I want to separate my effects into separate npm packages. That package has the same dependencies on effect & effect/schema
