TanStack
OSS
form
Sign in / Sign up
Open main menu
form
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
2139
b4ee4636 docs(react-form): show how to render formErrorMap.onChange when using Standard Schema The form-level error rendering example uses a function validator returning a string, which renders directly. Readers applying the same pattern to a Standard Schema validator (Zod, Valibot, ArkType, Effect/Schema) hit a TypeScript error because errorMap.onChange is then Record<string, StandardSchemaV1Issue[]>, not a string. Add a note after the example with the iteration pattern needed for the Standard Schema case. Closes #1564
by dfedoryshchev
d
Previous page
Previous
Next
Next page