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
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
The IsOptional validator allows both null and undefined but this isn't reflected in the API data models. For the most part where we have used IsOptional we just wanted to allow undefined, and we should have IsNullable for the cases where we wanted to validate null
The text was updated successfully, but these errors were encountered:
The
IsOptional
validator allows bothnull
andundefined
but this isn't reflected in the API data models. For the most part where we have usedIsOptional
we just wanted to allowundefined
, and we should haveIsNullable
for the cases where we wanted to validatenull
The text was updated successfully, but these errors were encountered: