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
You're right, this is odd. If "message" is a non-empty list, it seems to fail validation as expected. If the value is the empty string validation passes, but non-empty strings fail. False and 0 also fail validation, so it's not just passing falsy values.
This code does not throw a validation error:
Based on my understanding this should probably throw an error because message is a dict. Let me know if I am missing something.
The text was updated successfully, but these errors were encountered: