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
What I want to do is to say that nullableItem can be an object or null.
And if it's an object then default values should be applied.
Maybe there is another way to achieve this?
and then call validate with useDefault set to true
Expected: validation succeeded.
Actual: validation failed.
This code throws an exception because options.useDefault == true:
The text was updated successfully, but these errors were encountered: