File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 656
656
hostStack . endHosting ( this ) ;
657
657
this . $ = this . root . $ ;
658
658
}
659
- // The super.ready here makes this element able to observe data changes.
660
- // We must wait to do this until after client dom is created/attached
661
- // so that any notifications fired during this process are not handled
662
- // before all clients are ready.
663
659
super . ready ( ) ;
664
660
}
665
661
676
672
if ( this . _template ) {
677
673
this . root = this . _attachDom ( this . root ) ;
678
674
}
675
+ // The super._readyClients here sets the clients initialized flag.
676
+ // We must wait to do this until after client dom is created/attached
677
+ // so that this flag can be checked to prevent notifications fired
678
+ // during this process from being handled before clients are ready.
679
679
super . _readyClients ( ) ;
680
680
}
681
681
You can’t perform that action at this time.
0 commit comments