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
While working on a Zod-related project, I realized that .default() is named z._default() in Zod Mini. This looks inconsistent with the Zod method, so why is there a different name? Do they work differently?