Adam Wexler

Results 1 issues of Adam Wexler

The following works in `3.25.51` but not in `3.25.52` using `v4`: ``` test("recursion involving array and discriminated union", () => { const a = z.object({ type: z.literal("a"), }); const b...