Closed yurilaguardia closed 1 year ago
This example of the errorMessagesFor function returns a string array, but the example in the README was trying to access an unexisting message property on the result instead of indexing that array.
errorMessagesFor
message
This example of the
errorMessagesFor
function returns a string array, but the example in the README was trying to access an unexistingmessage
property on the result instead of indexing that array.