Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in zod

FormMessage not displaying zod validation error - Shadcn, Zod, react-hook-form, Next.js

How to create a type for file type `Record<string, File>` in zod

Is it possible to chain regex expressions in Zod?

validation zod

At least one / minimum one field in Zod Schema Validation

Conditional keys based on value of another key with Zod

How to merge multiple Zod (object) schema

typescript zod

Shadcn-UI Form Warning: A component is changing an uncontrolled input to be controlled

Zod error handling with custom error messages on enums

typescript enums zod

Is there way to use typescript zod library to parse a class instance

typescript zod

How to iterate over properties and get the types in Zod?

typescript zod

Send blob (image) from frontend to backend with nextjs and trpc (T3 stack)

typescript next.js zod trpc t3

Can I validate an exact value with zod?

zod

Typescript, losing Zod and tRPC types across monorepo projects, types result in any

zod schema not triggering required_error for empty strings

How to make an optional property with a default value in Zod

typescript zod

Zod: Create a primitive object from defaults

javascript json zod

Zod - Using optional() with default() infers the wrong type

node.js typescript zod

Zod - Property 'infer' does not exist on type 'typeof import(.../node_modules/zod/lib/external)

javascript typescript zod

Does zod have something equivalent to yup's oneOf()

typescript validation yup zod