-
Notifications
You must be signed in to change notification settings - Fork 39
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
Falsey values do not trigger subview's waitFor condition #137
Comments
Yep... this is the problematic line: Should P.S - This is a breaking change |
Yes, we should probably be just more explicit about those checks. |
This hack has worked for me thus far. Any issues with this? If not, I could whip up a PR soon.
|
So how would you wait for collections to be populated? If you |
@bryanspears, looks like you had an open PR for this issue. what was the scoop w/ that? |
My specific example is a 'number' type where the incoming JSON value is a numeric 0. Doesn't trigger the subview render.
After some testing, this affects ALL falsey values I've tried. So a boolean field with an incoming value of
false
will not trigger the waitFor. Null/undefined, I can understand the reason not to have those function, but boolean false and numeric 0 are very valid use cases.The text was updated successfully, but these errors were encountered: