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
If you see do cmd + click and got to zod types.d.ts you can see the implementation of default that explicitly forbids undefined 😄
default(def: util.noUndefined): ZodDefault;
See the next example:
typescriptlang.org/play/?#code...
If you don't want to go to the link:
The text was updated successfully, but these errors were encountered: