diff --git a/plugins/plugin-client-common/src/components/Views/Sidecar/TopNavSidecarV2.tsx b/plugins/plugin-client-common/src/components/Views/Sidecar/TopNavSidecarV2.tsx index 8a9ad6ea498..8093c56738a 100644 --- a/plugins/plugin-client-common/src/components/Views/Sidecar/TopNavSidecarV2.tsx +++ b/plugins/plugin-client-common/src/components/Views/Sidecar/TopNavSidecarV2.tsx @@ -425,10 +425,9 @@ export default class TopNavSidecar extends BaseSidecar - } else { - if (this.props.onRender) { - this.props.onRender(true) - } + } else if (this.props.onRender) { + // needs to be async'd; see https://github.com/kubernetes-sigs/kui/issues/7539 + setTimeout(() => this.props.onRender(true)) } const nameBreadCrumbs =