@ni/spright-components 6.4.15 → 6.4.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.
@@ -72737,7 +72737,7 @@ focus outline in that case.
72737
72737
  return false;
72738
72738
  }
72739
72739
  return (this.hierarchyOptions.get(id)?.delayedHierarchyState
72740
- === TableRecordDelayedHierarchyState.loadingChildren ?? false);
72740
+ === TableRecordDelayedHierarchyState.loadingChildren);
72741
72741
  }
72742
72742
  canLoadDelayedChildren(id) {
72743
72743
  if (!this.isHierarchyEnabled) {