@elderbyte/ngx-starter 12.12.2 → 12.12.3

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.
@@ -12479,7 +12479,7 @@
12479
12479
  if (data instanceof Array) {
12480
12480
  dc = DataContextBuilder.start()
12481
12481
  .localSort()
12482
- .buildLocal(data); // Potential Memory leak (See autoCleanUp)
12482
+ .buildLocal(data, this.idField); // Potential Memory leak (See autoCleanUp)
12483
12483
  dc.start();
12484
12484
  }
12485
12485
  else if (isDataSource(data)) {