resolvers icon indicating copy to clipboard operation
resolvers copied to clipboard

๐Ÿ“‹ Validation resolvers: Yup, Zod, AJV, Joi, Superstruct, Vest, class-validator, io-ts, typanion, Ajv, TypeBox, Valibot and nope.

Results 98 resolvers issues
Sort by recently updated
recently updated
newest added

**Used libraries** * "zod": "^3.22.4" * "react-hook-form": "^7.49.3" * "@hookform/resolvers": "^3.3.4" **Describe the bug** According to the documentation, the fields are applied by default as mandatory, but these fields are...

Need more detail

i keep getting this error any time i try to build my nextjs app Failed to compile. ./node_modules/@hookform/resolvers/yup/dist/yup.d.ts:3:138 Type error: '>' expected. 1 | import * as Yup from 'yup';...

**Describe the bug** Hi, I'm using ajvResolver in my project but face a typescript error that is wrong. here is my packages: ``` "@hookform/resolvers": "3.3.4", "react-hook-form": "^7.0.0", "typescript": "~5.2.2", "vite":...

**Describe the bug** How to add a custom type when not all fields are inferred from the form? **To Reproduce** Steps to reproduce the behavior: We use so props: ```JS...

Need more detail

I am using react-hook-form with valibotResolver to validate my form data. I have noticed an issue where only the lastName field is included in the form data when the form...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.4.12. Changelog Sourced from vite's changelog. 4.4.12 (2023-12-04) fix: backport #15223, proxy html path should be encoded (#15226) (#15227) (fe8b209), closes #15223 #15226 #15227 4.4.11...

dependencies
stale

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2. Release notes Sourced from @โ€‹babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
stale

# Summary Allows the result of `zodResolver` to infer the schema shape, based on the zod schema it's been passed. This matches the behavior of [the similar `yupResolver`](https://github.com/react-hook-form/resolvers/blob/3805d3eeae950ba6540f5d79d264c49287008d6a/yup/src/yup.ts#L61), as implemented...

**Describe the bug** When `omit` is used to modify a schema, that schema causes an error when passed to zod resolver. **To Reproduce** I have a base schema for an...

Need more detail

[fluentvalidation-ts](https://www.npmjs.com/package/fluentvalidation-ts) resolver.

stale