Torsten Blindert
Results
12
comments of
Torsten Blindert
this is still an issue with `[email protected]` and `[email protected]`
I think my issue is the same (or very related). Chaining `.transform` with `.superRefine` skips transform when the input is invalid. this here: ```js const uuidSchema = z .string() .uuid()...