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
"child "Labelb" fails because ["b" must be a string]"
What did you expect ?
"child "Labelb" fails because ["Labelb" must be a string]"
If I want the label to be correct either in the Joi.string() validation or in the .or() validation I need to override twice the key name for each child.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Context
What are you trying to achieve or the steps to reproduce ?
I'm using custom labels for error messages using the following schema
Which result you had ?
What did you expect ?
If I want the label to be correct either in the Joi.string() validation or in the .or() validation I need to override twice the key name for each child.
The text was updated successfully, but these errors were encountered: