-
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
object required bug #110
Comments
I was having the same issue. I've not created a PR because this repository seems pretty dead (PRs are not merged into master from February 2019). |
@madslundt I think I found a special case of this bug in simple-schema-validation, when a schema has an array of optional objects that have a required child. https://codesandbox.io/s/node-playground-forked-7ogeel?file=/src/index.js
Gives this error: (Sorry to comment here; it looks like issues are disabled on the simple-schema-validation repo.) |
not required parent which have a child required
I expect this parent could be undefined but not
The text was updated successfully, but these errors were encountered: