@ni/nimble-components 34.8.3 → 34.8.4

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