slate-angular 20.2.0-next.15 → 20.2.0-next.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2288,6 +2288,7 @@ class ListRender {
2288
2288
  this.viewContainerRef = viewContainerRef;
2289
2289
  this.getOutletParent = getOutletParent;
2290
2290
  this.getOutletElement = getOutletElement;
2291
+ this.children = [];
2291
2292
  this.views = [];
2292
2293
  this.blockCards = [];
2293
2294
  this.contexts = [];
@@ -2437,6 +2438,7 @@ class ListRender {
2437
2438
  this.blockCards[index].destroy();
2438
2439
  }
2439
2440
  });
2441
+ this.children = [];
2440
2442
  this.views = [];
2441
2443
  this.blockCards = [];
2442
2444
  this.contexts = [];