fix(core): update
This commit is contained in:
		@@ -16,6 +16,8 @@ export class ElementInstrumenter {
 | 
			
		||||
      this.connectedElements.remove(elementArg);
 | 
			
		||||
      originalDisconnectedCallback.apply(elementArg);
 | 
			
		||||
    };
 | 
			
		||||
    this.connectedElements.add(elementArg);
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  public async forEachelement(eachFuncArg: (elementArg: LitElement) => Promise<void>) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user