using zact with react-hook-form issues error
hello. when I try to call a server action wrapped in zact like so, I am getting this error:
- error ReferenceError: Cannot access 'callMyServerAction' before initialization
. This only seems to happen once I introduce react-hook-form and validate on the front end as well:
removing zact altogether fixes this and maybe including backend validation is overkill?0 Replies