-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array handling not fully functional (misses item type) #215
Comments
danielsharvey
added a commit
to danielsharvey/zod-plugins
that referenced
this issue
Aug 4, 2024
danielsharvey
added a commit
to danielsharvey/zod-plugins
that referenced
this issue
Aug 4, 2024
We're also being impacted by this. I pulled the patch that @danielsharvey so graciously created and it does indeed fix the issue. Would be great if we could get that into the next cut of this package :) |
Brian-McBride
added a commit
that referenced
this issue
Jan 20, 2025
fix: Improve array handling not fully functional (misses item type) #215
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For
createZodDto()
usage such as:produces
rather than
This is due to Nest expecting the
isArray
boolean. SeeSetting
isArray
increateZodDto()
resolves the issue.The text was updated successfully, but these errors were encountered: