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
Hi, is there any way to explicitly specify that a field can only be undefined and not null ? In the current implementation optional() considers null as valid too, although there is nullable() for this purpose