Results 4 comments of Zaur

Please tell me, can these edits be merge to the master? Need a destroy method. Thanks

Thanks! It works

@AkshayPathakMLF Your fix does not work for union type: ``` const MySchema = z.object({ numberOrString: z.union([z.string(), z.number()]), }); ``` I get an error: ``` Error: A circular dependency has been...

@BenLorantfy how will the release of version 5 be?