reset() issue of react-form-hook
I have created a form using react-hook-form. I have used zustand for storing form details as a cache in local storage, so that if the user wants to fill in details of the form from a previously filled form.
Use react hook form field arrays as tabs
Let’s take a wizard form, multi step. Having in mind this example here https://codesandbox.io/p/sandbox/react-hook-form-usefieldarray-forked-l93pxq?file=%2Fsrc%2Findex.tsx%3A9%2C1-19%2C2