DVZELWMBAO4QEJ2MU2ATPLRI5Q7IU4XCF5NBSO5IVRG3W2ETXWMQC // for (let [childKey, childComponent] of childrenToDelete.entries()) {// console.log('chunk component todelete iteration');// childComponent.willUnmount();// this.children.remove(childKey);// this.container.removeChild(childComponent.container);// }
}console.log(`chunk component to delete has ${childrenToDelete.size()} children`);for (let [childKey, childComponent] of childrenToDelete.entries()) {childComponent.willUnmount();this.children.remove(childKey);this.container.removeChild(childComponent.container);