Hi everyone , i have to use zod in my javascript environment
i have defined a schema , that has multiple fields
the entire schema validation works perfectly ,
but for javascript i am not sure how to use
schema.shape.safeparse for onchange validation
as the the error is .shape is undefined , can anyone guide me what to do ? or is it possible ?
any help will be greatly appreciated