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
Currently, this: Test: z.string().nullable().catch(null) evaluates to Test?: any, although it can only be string | null. Do you see a possibility to improve this?
Currently, this:
Test: z.string().nullable().catch(null)
evaluates toTest?: any
, although it can only bestring | null
. Do you see a possibility to improve this?Reproducible example:
The text was updated successfully, but these errors were encountered: