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
# why
currently when importing zod vrom zod/v3, and extracting a non object,
it will throw an error "def is undefined"
# what changed
replace static z.object with factory.object, to ensure we always wrap it
in correct zod versions schema
# test plan
tested locally
0 commit comments