Unexpected `Effect<Effect>` Instead of `Effect<string>` in `pipe` with Effect Library Dependencies

Hi all,
I'm experiencing strange behaviour of
pipe


for some reason I get Effect<Effect>, but must be Effect<string>

  "dependencies": {
    "effect": "^3.6.1",
    "@effect/schema": "^0.70.2",
    "@effect/platform": "^0.61.4",
    "@effect/platform-node": "^0.56.4"
  }


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
image.png
Was this page helpful?