Solomon Hawk
Solomon Hawk
**What kind of issue is this?** (check at least one) - [ ] Report a bug - [ ] Feature Request - [ ] Question - [ ] Discussion -...
Hello! Thanks for maintaining this repo. Feel free to close this if it's unwanted, but I figured it would be nice to give folks the option to consume this list...
Hi, I found your project from the Reddit thread. I realize this is early stages but I wanted to encourage you to consider, if you're open to it, allocating some...
### Version Number 7.43.9 ### Codesandbox/Expo snack https://codesandbox.io/s/react-hook-form-zod-root-error-je3yve?file=/src/App.tsx ### Discord Question Thread link https://discord.com/channels/754891658327359538/1108113385968644217/1108113385968644217 ### Steps to reproduce This issue relates to and is observed when using `[email protected]` and `@hookform/[email protected]`...
One of the recommended patterns in the OpenAPI 3.0 specification is the use of `default` responses when the underlying API returns the same shape of data for a variety of...
Fixes #34 Fixes #35 **NOTE**: This bumps the peer dep on `zod` to `3.20.0` for `ZodIntersection` support. - Adds a step to `useFormInputProps` that handles the case where the passed-in...
Similar to #25, if your schema is a `z.intersection(schema1, schema2)` or `z.union([...schemas])`, it won't work with the hook. As you know, these schemas can get pretty complicated. In the case...
In my schema I use `z.string().pipe(z.coerce.date()).transform((date) => toServerDate(date))` for a date field. I want to validate that it's a string containing a valid date (and then output it in a...
Hello, thanks for making this - it's super useful! The Prisma types for nested creates allow for passing an array in the case of a has-many relation, but `prisma-factory` appears...
# WORK IN PROGRESS ### Pending feedback from @nhunzaker Deploy preview: https://deploy-preview-157--colonel-kurtz.netlify.app/ Note: still working on a few remaining things. Upgrading `prettier` yielded some different formatting style things which affect...