You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error when accessing nullable method when using babel-jest. I've discovered that the error is due to the ZodUnion file not being imported correctly.
TypeError: Cannot read property 'create' of undefined at ZodNumber.ZodType.nullable (node_modules/zod/src/types/base.ts:114:62)
if i use explicit imports, imports will work fine.
I get an error when accessing nullable method when using babel-jest. I've discovered that the error is due to the ZodUnion file not being imported correctly.
TypeError: Cannot read property 'create' of undefined at ZodNumber.ZodType.nullable (node_modules/zod/src/types/base.ts:114:62)
if i use explicit imports, imports will work fine.
I created PR: #124
The text was updated successfully, but these errors were encountered: