-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array validation does not work #93
Comments
I've used : https://repl.it/languages/nodejs |
Me too. The same error, but in my local machine. |
I'm not able to replicate this. I suspect it has something to do with repl.it |
I had this error on my machine, but it was fixed when I changed the type from 'Array' to 'array'. |
This might help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, i'm trying to use validate but i'm encountering a problem with Array type validation.
I don't understand why i get studies must be of type Array.
Further i don't understand why when i use
type
: String || Number i get an error`.The text was updated successfully, but these errors were encountered: