Zod error about intermediate value when submitting form
I'm getting the following error when tryign to submit a simple form using zod and react-hook-form.

1 Reply
"zod": "^3.24.3",
"react-hook-form": "^7.56.1",
FIXED the issue is that the zod schema i was importing was in a "use server" file - moved it to a regular file instead