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

Fix cache observer #76

Merged
merged 2 commits into from Nov 12, 2019
Merged

Fix cache observer #76

merged 2 commits into from Nov 12, 2019

Conversation

smalluban
Copy link
Contributor

When contexts are created for observing value changes in complex dependency tree they might not be cleaned properly when the element is disconnected from the DOM. This PR fixes this by flattening deps structure with contextStack instead of deep tree of dependencies.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 3e0be5e on fix-cache-observer into cd7d76e on master.

@smalluban smalluban merged commit 8dc72df into master Nov 12, 2019
@smalluban smalluban deleted the fix-cache-observer branch November 12, 2019 21:29
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.

None yet

2 participants