Polymer / polymer

Our original Web Component library.
https://polymer-library.polymer-project.org/
BSD 3-Clause "New" or "Revised" License
22.04k stars 2.01k forks source link

Ensure content was observed before unobserving. Fixes #5524 #5525

Closed kevinpschaaf closed 5 years ago

kevinpschaaf commented 5 years ago

Since child nodes are observed async, if the node is unobserved before the debouncer runs, child nodes may not have been observed yet.

Reference Issue

Fixes #5524