Torsten Blindert

Results 12 comments of Torsten Blindert

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()...