-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Blaze._expandAttributes returns empty object, if null or … #458
Conversation
@StorytellerCZ @Grubba27 we should merge this asap, since there are people with breaking builds due to #456 |
Actually, I just checked and https://github.com/meteor/blaze/pull/460/files#diff-bf43372770fd37ca51fcb7ff881dee72730e4bb0a61e2a041c7ff61836c13aeaR107-R110 solves this issue as well as the async version of it (i.e., when the dynamic attribute return What do you think @jankapunkt? |
Ping @jankapunkt. |
{parentView: parentView})).visitAttributes(attrs); | ||
return expanded || {}; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@radekmie this is the part that can be reset, because it's covered by your feature, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please double check it, but yes - it's covered in #460.
Cannot convert undefined or null to object
inwaitForAllAttributesAndContinue
#456