Skip to content
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

[BUGFIX] Ensure updateComponent is fired consistently #18387

Merged
merged 1 commit into from
Sep 14, 2019
Merged

Conversation

chancancode
Copy link
Member

@chancancode chancancode commented Sep 14, 2019

Previously, if you have no args, or all static args, the custom component's (technically, the manager's) updateComponent hook will never fire. This is a VM bug that we need to fix, but in the mean time, this is a fine workaround that doesn't has much cost associated with it.

Previously, if you have no args, or all static args, the custom
component's (technically, the manager's) `updateComponent` hook
will never fire. This is a VM bug that we need to fix, but in
the mean time, this is a fine workaround that doesn't has much
cost associated with it.
@chancancode
Copy link
Member Author

This is split from #18372

@wycats wycats merged commit 865ffd0 into master Sep 14, 2019
@wycats wycats deleted the update-hook-fix branch September 14, 2019 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants