Zoltan Rakottyai

Results 1 comments of Zoltan Rakottyai

Hey @Svish! This helped me: https://github.com/react-hook-form/react-hook-form/issues/8046#issuecomment-1073348421 I used the `DefaultValues` generic type to create ``` import {DefaultValues} from "react-hook-form"; export type FormType = z.infer export const initialFormData: DefaultValues = {...