We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
foo: type: 'null'
zod.mixed()
Property 'mixed' does not exist on type 'typeof import("node_modules/zod/lib/external")'
But using type: ['null'] does not cause the error. So not really sure if it is a bug or I'm misusing something 🤔
type: ['null']
Causes type error Property 'mixed' does not exist on type 'typeof import("node_modules/zod/lib/external")'
No error.
Issue seems to come from here.
Operating System: … Package Version: 6.25.0 Browser Version: …
The text was updated successfully, but these errors were encountered:
fix: fixes orval-labs#1253 removing resolver for \null\ type
null\
fd351e5
null
fix: fixes #1253 removing resolver for \null\ type (#1255)
b63ffe6
Successfully merging a pull request may close this issue.
What are the steps to reproduce this issue?
zod.mixed()
Property 'mixed' does not exist on type 'typeof import("node_modules/zod/lib/external")'
But using
type: ['null']
does not cause the error. So not really sure if it is a bug or I'm misusing something 🤔What happens?
Causes type error
Property 'mixed' does not exist on type 'typeof import("node_modules/zod/lib/external")'
What were you expecting to happen?
No error.
Any logs, error output, etc?
Property 'mixed' does not exist on type 'typeof import("node_modules/zod/lib/external")'
Any other comments?
Issue seems to come from here.
What versions are you using?
Operating System: …
Package Version: 6.25.0
Browser Version: …
The text was updated successfully, but these errors were encountered: