Error with @effect/schema in Hono and Cloudflare Worker
Anyone have @effect/schema working with hono? I am getting this error inside cloudflare worker:
[ERROR] Expected identifier but found "const"
../../node_modules/.pnpm/@effect+data@0.17.1/node_modules/@effect/data/src/Either.ts:506:19:
506 │ export const all: <const I extends Iterable<Either<any, any>> | R...