Lead Engineer @ Byggdagboken
-
Lead Engineer @ Byggdagboken
- Sweden
- https://hylander.dev
Pinned Loading
-
-
-
-
useZodForm
useZodForm 1import type { ZodType } from "zod";
2import { useForm, UseFormProps } from "react-hook-form";
3import { zodResolver } from "@hookform/resolvers/zod";
45export function useZodForm<TSchema extends ZodType>(
-
try-catch.ts
try-catch.ts 1type Success<T> = {
2data: T;
3error: null;
4};
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.