Unhandled TypeError in FiberRuntime from Effect Library

have you ever seen an error like this before?
timestamp=2024-06-27T10:37:24.491Z level=DEBUG fiber=#71 message="Fiber terminated with an unhandled error" cause="(FiberFailure) TypeError: Cannot use 'in' operator to search for '_op' in undefined
    at FiberRuntime.runLoop (file:///home/addamsson/projects/larisel/node_modules/.pnpm/effect@3.4.0/node_modules/effect/src/internal/fiberRuntime.ts:1327:20)
    at FiberRuntime.evaluateEffect (file:///home/addamsson/projects/larisel/node_modules/.pnpm/effect@3.4.0/node_modules/effect/src/internal/fiberRuntime.ts:893:27)
    at FiberRuntime.start (file:///home/addamsson/projects/larisel/node_modules/.pnpm/effect@3.4.0/node_modules/effect/src/internal/fiberRuntime.ts:947:14)
    at file:///home/addamsson/projects/larisel/node_modules/.pnpm/effect@3.4.0/node_modules/effect/src/internal/runtime.ts:92:18
    at file:///home/addamsson/projects/larisel/node_modules/.pnpm/effect@3.4.0/node_modules/effect/src/internal/runtime.ts:247:45
    at Module.runSync (file:///home/addamsson/projects/larisel/node_modules/.pnpm/effect@3.4.0/node_modules/effect/src/internal/runtime.ts:126:44)
    at formatIssueSync (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@effect+schema@0.68.9_effect@3.4.0/node_modules/@effect/schema/src/ArrayFormatter.ts:31:88)
    at formatErrorSync (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@effect+schema@0.68.9_effect@3.4.0/node_modules/@effect/schema/src/ArrayFormatter.ts:43:81)
    at Array.map (<anonymous>)
    at issues (file:///home/addamsson/projects/larisel/packages/shared/utils/src/error/ValidationError.ts:26:49)
    at Schema.decodeUnknown (file:///home/addamsson/projects/larisel/packages/shared/utils/src/schema/validation.ts:38:13)
    at Adapter.WebContext (file:///home/addamsson/projects/larisel/packages/domain/app/src/adapter/WebContextAdapter.ts:39:17)"

I checked and this error comes from
Effect
itself, I'm not sure how I was able to produce this:
image.png
Was this page helpful?