Skip to content

[refactor] Remove component references from trees#534

Merged
pzuraq merged 1 commit intomasterfrom
pzuraq/refactor/remove-component-references-from-trees
May 21, 2018
Merged

[refactor] Remove component references from trees#534
pzuraq merged 1 commit intomasterfrom
pzuraq/refactor/remove-component-references-from-trees

Conversation

@pzuraq
Copy link
Copy Markdown
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