We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03b2cc commit 57fe7dcCopy full SHA for 57fe7dc
1 file changed
lib/utils/flattened-nodes-observer.html
@@ -182,7 +182,7 @@
182
}
183
if (this._nativeChildrenObserver) {
184
this._processSlotMutations(this._nativeChildrenObserver.takeRecords());
185
- } else if (this.shadyChildrenObserver) {
+ } else if (this._shadyChildrenObserver) {
186
this._processSlotMutations(this._shadyChildrenObserver.takeRecords());
187
188
this._scheduled = false;
0 commit comments