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
When defining parameters in separate requires, the validation errors include errors for all defined params. For example the following returns one is missing, two is missing
When defining parameters in separate
requires
, the validation errors include errors for all defined params. For example the following returnsone is missing, two is missing
In contrast, the following usage of a single
requires
for multiple params only returnsone is missing
.I've tracked down where the validation is stopped to this line. Removing it results in both above examples returning
one is missing, two is missing
.Is this something we would want or is the above behavior expected?
The text was updated successfully, but these errors were encountered: