Closed genki closed 6 days ago
This fixes #925
The nonOptional schema has not been typed = true when its wrapping schema becomes typed = true. I did changed it to be typed.
nonOptional
typed = true
Open in Stackblitz
pnpm add https://pkg.pr.new/valibot@926
commit: 5288f7a
5288f7a
This fixes #925
The
nonOptional
schema has not beentyped = true
when its wrapping schema becomestyped = true
. I did changed it to be typed.