ZodError with `@effect/platform/HttpApiScalar` in Latest Version

Hey team, there is probably a bug with @effect/platform/HttpApiScalar in the latest version.

Issue: https://github.com/Effect-TS/effect/issues/5756

PR with a fix: https://github.com/Effect-TS/effect/pull/5759
Uncaught ZodError: [
  {
    "code": "invalid_value",
    "values": [
      "adonisjs",
      "astro",
      "docusaurus",
      "dotnet",
      "elysiajs",
      "express",
      "fastapi",
      "fastify",
      "go",
      "hono",
      "html",
      "laravel",
      "litestar",
      "nestjs",
      "nextjs",
      "nitro",
      "nuxt",
      "platformatic",
      "react",
      "rust",
      "svelte",
      "vue"
    ],
    "path": [
      "_integration"
    ],
    "message": "Invalid option: expected one of \"adonisjs\"|\"astro\"|\"docusaurus\"|\"dotnet\"|\"elysiajs\"|\"express\"|\"fastapi\"|\"fastify\"|\"go\"|\"hono\"|\"html\"|\"laravel\"|\"litestar\"|\"nestjs\"|\"nextjs\"|\"nitro\"|\"nuxt\"|\"platformatic\"|\"react\"|\"rust\"|\"svelte\"|\"vue\""
  }
]
    <anonymous> http://localhost:8090/docs:64
    <anonymous> http://localhost:8090/docs:64
    <anonymous> http://localhost:8090/docs:25
    <anonymous> http://localhost:8090/docs:25
Was this page helpful?