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

[refactor] Remove component references from trees #534

Merged

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented May 21, 2018

This refactor removes references to the component from trees in favor
of using observers. We still have occasional memory leaks, and this
eliminates one cycle of chains/observation. In the future when we drop
1.11 support we can use didReceiveAttrs to assign these values instead
of observers.

This refactor removes references to the `component` from trees in favor
of using observers. We still have occasional memory leaks, and this
eliminates one cycle of chains/observation. In the future when we drop
1.11 support we can use `didReceiveAttrs` to assign these values instead
of observers.
@pzuraq pzuraq merged commit f5fd28b into master May 21, 2018
@pzuraq pzuraq deleted the pzuraq/refactor/remove-component-references-from-trees branch May 21, 2018 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant