@libs-ui/components-list 0.2.205 → 0.2.206

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.
@@ -1642,6 +1642,9 @@ class LibsUiComponentsListGroupComponent extends LibsUiComponentsListTemplatesCo
1642
1642
  continue;
1643
1643
  }
1644
1644
  const group = item()[configTemplateGroup.fieldGetItems];
1645
+ if (!group) {
1646
+ continue;
1647
+ }
1645
1648
  data.length += (group?.()?.length || 0);
1646
1649
  if ((!group?.() || !group?.().length) && item().level === 1 && (!configTemplateGroup.searchAllLevel || configTemplateGroup.autoCountWhenGroupEmptyItemLevel1)) {
1647
1650
  data.length += 1;