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
When upgrading to the latest version of TypeScript (5.6.3), I get the following error
node_modules/myzod/libs/types.d.ts:50:146 - error TS2589: Type instantiation is excessively deep and possibly infinite. 50 type ArrayIntersection<A1 extends ArrayType<any>, A2 extends ArrayType<any>> = A1 extends ArrayType<infer S1> ? A2 extends ArrayType<infer S2> ? ArrayType<IntersectionResult<S1, S2>> : never : never; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The last known good version I've found is 5.3.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When upgrading to the latest version of TypeScript (5.6.3), I get the following error
The last known good version I've found is 5.3.3
The text was updated successfully, but these errors were encountered: