We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
validateObject
null
Credit to @joelgallant for noticing this oversight.
This won't have practical implications when used to validate attributes of type object because null will be caught first.
object
Regardless, the object validator should work well on its own and should probably not accept null as a valid object.
The text was updated successfully, but these errors were encountered:
validateObject should not accept null as a valid object
ca01cee
Fixes #859
Successfully merging a pull request may close this issue.
Credit to @joelgallant for noticing this oversight.
This won't have practical implications when used to validate attributes of type
object
becausenull
will be caught first.Regardless, the object validator should work well on its own and should probably not accept
null
as a valid object.The text was updated successfully, but these errors were encountered: