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 was archived by the owner on Dec 12, 2021. It is now read-only.
Let's say I have a the following object and validator configuration:
The configuration will return an error
Age must be of type number. The problem is that the documentation states:While this is true, the logic has no chance of being hit - the type check is triggered first and throws an error.