Skip to content

[Bug]: Infinite rendering loop and NS_BINDING_ABORTED on Force Refresh in Dashboards with Nested Tabs (v6.0.0) #37584

@saulojb

Description

@saulojb

Bug description

Description:
In Apache Superset 6.0.0, dashboards containing nested tabs (tabs within tabs) enter an infinite re-render loop when a manual "Force Refresh" is triggered. This behavior was not present in version 4.0.0.
When clicking the refresh button, the frontend (React) repeatedly cancels and restarts chart requests, leading to high CPU usage and browser instability.
Steps to Reproduce:
Create or migrate a dashboard to Superset 6.0.0.
Structure the dashboard using Nested Tabs (e.g., a top-level Tab component containing another Tab component inside).
Place several charts within these nested tabs.
Click on the dashboard's "Force Refresh" button (top right menu).
Observe the charts flickering and entering a continuous loading/reloading cycle.
Expected Behavior:
All charts should refresh once, regardless of their position in the tab hierarchy.

Screenshots/recordings

Image

Superset version

master / latest-dev

Python version

3.11

Node version

18 or greater

Browser

Chrome

Additional context

No response

Checklist

  • I have searched Superset docs and Slack and didn't find a solution to my problem.
  • I have searched the GitHub issue tracker and didn't find a similar bug report.
  • I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dashboard:refreshRelated to the refresh frequency of the Dashboarddashboard:tabRelated to the usage of tabs in the Dashboardvalidation:requiredA committer should validate the issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions