-
As a part of this issue, we need to propose a way to compatibility of zod API.
issue motivated from #32
here is a list of features that zod has:
- [ ] `superRefine`
- [x] #54
- [ ] `void`,…
-
As some libraries already moved away from CommonJS and delivering ESM only builds, we startet moving our projects over to using ESM as well.
Now when importing ZOD in our project, we run into the …
-
**Describe the bug**
Trying to call tools in the Google Maps server fail with Zod validation errors when using the MCP 1.0 SDK. It appears that the issue is that an older version of the protocol retu…
-
### Description
Currently, the `vercel/ai` SDK requires Zod as a peer dependency for internal validation tasks. However, many projects, like ours, use different validation libraries such as [Joi](h…
-
Install the Zod library to validate inputs before being passed to the backend.
Input Forms that need validation include
- [x] Edit Profile Page
- [ ] Support/Feeback Page (To be created)
-
**Describe the bug**
When used together with zod 3.23 it will throw type errors in the `zodResolver()` function, all schemas does this
**To Reproduce**
Use latest release of @hookform/resolvers w…
-
In our `zod-helpers` package we have a few common schemas defined that help solve common validation problems.
But some of these schemas use Zod features that the OAS converter doesn't have support for…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
When I create a JSON field like this `field1: json('field1').$…
-
### What version of `drizzle-orm` are you using?
0.28.5
### What version of `drizzle-kit` are you using?
0.19.13
### Describe the Bug
I'm using drizzle-orm, drizzle-kit & drizzle-zod in my appli…
-
Error trace
```
SchemaError: [addresses.additional.name] No default value specified for field (can be undefined, but must be explicit)
at Defaults_traverseAndReplace (/projects/sveltekit-supe…