@abp/ng.core 10.1.0-rc.3 → 10.1.1

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.
@@ -3937,6 +3937,7 @@ class ForDirective {
3937
3937
  return;
3938
3938
  // Recreate differ if items array reference changed
3939
3939
  if (this.lastItemsRef !== this.items) {
3940
+ this.vcRef.clear();
3940
3941
  this.differ = null;
3941
3942
  this.lastItemsRef = this.items;
3942
3943
  }