Corey Tollerud
Results
2
issues of
Corey Tollerud
Using version 3.20.6 In certain scenarios, refine gets called even when the parser has already failed. It seems like including a z.custom() can trigger this. What's worse is that the...
bug-confirmed
stale
refine() function gets called even when parser already failed within translate()/refine()/regex()
20
This is very similar to this one: https://github.com/colinhacks/zod/issues/2113 Happening in version 3.21.4 refine() function still runs even though a previous translate has already invalidated it. It's getting passed some aribtrary...
bug-confirmed