Effect CommunityEC
Effect Community3y ago
15 replies
Joshua

Property 'tryCatchPromise' not found on type 'Effect'

Just did an upgrade and got
src/response.ts:28:23 - error TS2551: Property 'tryCatchPromise' does not exist on type 'typeof import(".../node_modules/.pnpm/@effect+io@0.36.1/node_modules/@effect/io/Effect")'. Did you mean 'tryPromise'?

28         return Effect.tryCatchPromise(
Was this page helpful?