Zob nested object with react hook form?
I have a schema like this in zod:
I am setting each field like this in my component
But I still get this validation error:
I think I am doing something wrong with the nested object validation in my zod, any ideas?
I am setting each field like this in my component
But I still get this validation error:
I think I am doing something wrong with the nested object validation in my zod, any ideas?
