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 using the "useValidation" hook for validating model with a field named "value", the validation proxy returns incorrect data for the "value" property. Because of this, the "getErrors" function returns no error message.
It seems that by calling "validation.value", the proxy returns the Maybe.Just value instead of a Validation (Success | Failure).
The text was updated successfully, but these errors were encountered:
When using the "useValidation" hook for validating model with a field named "value", the validation proxy returns incorrect data for the "value" property. Because of this, the "getErrors" function returns no error message.
It seems that by calling "validation.value", the proxy returns the Maybe.Just value instead of a Validation (Success | Failure).
The text was updated successfully, but these errors were encountered: