This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Description
When setting noUncheckedIndexedAccess to true in a project consuming this library, type errors ensue:
node_modules/@elysiajs/trpc/src/index.ts:19:17 - error TS2339: Property 'path' does not exist on type 'ValueError | undefined'.
19 const { path, message } = [...check.Errors(value)][0]
~~~~
node_modules/@elysiajs/trpc/src/index.ts:19:23 - error TS2339: Property 'message' does not exist on type 'ValueError | undefined'.
19 const { path, message } = [...check.Errors(value)][0]
~~~~~~~
Found 6 errors in 3 files.
Errors Files
2 node_modules/@elysiajs/trpc/src/index.ts:19