TypeScript Error in Effect Library: Cannot Find Name 'MakeOptions' in Schema.d.ts

is there a bug in KeyValusStore module?
the error node_modules/.pnpm/effect@3.13.3/node_modules/effect/dist/dts/Schema.d.ts(1327,210): error TS2304: Cannot find name 'MakeOptions'. , I think, comes from the playground itself
https://effect.website/play/#24ac52d9712a
9:55:31 AM - File change detected. Starting incremental compilation...

node_modules/.pnpm/effect@3.13.3/node_modules/effect/dist/dts/Schema.d.ts(1327,210): error TS2304: Cannot find name 'MakeOptions'.
node_modules/.pnpm/effect@3.13.3/node_modules/effect/dist/dts/Schema.d.ts(1533,43): error TS2304: Cannot find name 'MakeOptions'.
node_modules/.pnpm/effect@3.13.3/node_modules/effect/dist/dts/Schema.d.ts(1841,42): error TS2304: Cannot find name 'MakeOptions'.
node_modules/.pnpm/effect@3.13.3/node_modules/effect/dist/dts/Schema.d.ts(4228,93): error TS2304: Cannot find name 'MakeOptions'.
src/main.ts(23,3): error TS2345: Argument of type '<A, E, R>(self: Effect<A, E, R>) => Effect<A, PlatformError | SocketError | E, FileSystem | Path | Exclude<R, Kv>>' is not assignable to parameter of type '(_: Effect<void, never, Kv>) => Effect<unknown, unknown, never>'.
  Type 'Effect<void, PlatformError | SocketError, FileSystem | Path>' is not assignable to type 'Effect<unknown, unknown, never>'.
    Type 'FileSystem | Path' is not assignable to type 'never'.
      Type 'FileSystem' is not assignable to type 'never'.

9:55:31 AM - Found 5 errors. Watching for file changes.
Was this page helpful?