@libs-ui/components-list 0.2.254 → 0.2.256

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.
@@ -1438,7 +1438,7 @@ class LibsUiComponentsListGroupComponent extends LibsUiComponentsListTemplatesCo
1438
1438
  itemMap.update(current => {
1439
1439
  const children = current[configTemplateGroup.fieldGetItems];
1440
1440
  const data = this.filterItemsDisplay(this.convertDataByGroupInItem(itemGroup?.() || [], itemMap));
1441
- children.set(data);
1441
+ children?.set(data);
1442
1442
  if (current[configTemplateGroup.fieldGetItems]?.()) {
1443
1443
  current[configTemplateGroup.fieldGetItems].update((itemFields) => {
1444
1444
  if (!itemFields.length) {