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
Yeah, unfortunately there's no support for null yet. At some point I was pondering whether null should be treated the same way as undefined, so that e.g. optional() and valueOr() would consider null a missing value.
valueOr
works well for| undefined
fields, but not for| null
fields. I didn't see any function to support this, but maybe I overlooked something?The text was updated successfully, but these errors were encountered: