neurotech - Hi everyone, I just updated to zod ...
Hi everyone, I just updated to zod
4.0.15
and everything's working well except for one last remaining file in my project.
I have a generic component, InputFormField
, that can be imbued with a schema, i.e.:
This worked well in zod 3, but since upgrading I'm getting errors in the interface
for the component's props, specifcally the control
prop:
Does anyone know how to resolve this?1 Reply
Solution
Ahhh... wondering if this might be a
react-hook-form
issue