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
, it seems that t.Nullable does not pass the options into ElysiaType.Nullable. Additionally, why is an arrow function used here instead of directly assigning a function reference? @SaltyAom
What is the problem this feature would solve?
t.Nullable t.Empty not support default value.
What is the feature you are proposing to solve the problem?
Allow pass the SchemaOptions to the t.Nullable t.Empty, just like Union<Types extends TSchema[]>(types: [...Types], options?: SchemaOptions): Union;
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: