You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying this, but I am finding there is a host of errors coming up with my Zod schemas.
...
Types of property 'unionErrors' are incompatible.
Type 'import("file:///<repo>/$node_modules/.deno/[email protected]/$node_modules/zod/lib/ZodError").ZodError<any>[]' is not assignable to type'Zod.ZodError<any>[]'.
Type 'import("file:///<repo>/$node_modules/.deno/[email protected]/$node_modules/zod/lib/ZodError").ZodError<any>' is not assignable to type'Zod.ZodError<any>'.
Types of property 'issues' are incompatible.
Type 'import("file:///U<repo>/$node_modules/.deno/[email protected]/$node_modules/zod/lib/ZodError").ZodIssue[]' is not assignable to type'Zod.ZodIssue[]'.
Type 'import("file:///<repo>/$node_modules/.deno/[email protected]/$node_modules/zod/lib/ZodError").ZodIssue' is not assignable to type'Zod.ZodIssue'.
...
The text was updated successfully, but these errors were encountered:
I am trying this, but I am finding there is a host of errors coming up with my Zod schemas.
The text was updated successfully, but these errors were encountered: