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
{{ message }}
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
I am using version 3.2.2 and I am trying to build a library of reusable validators around tcomb-validator.
So I first defined my custom field validators which are predicates and then wanted to compose an object validator using the structure like follow:
And then used like this:
But in this case, even if the payload is valid and the validationResult.isValid() returns true
The text was updated successfully, but these errors were encountered: