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
Superset version
master / latest-dev
Python version
3.11
Node version
18 or greater
Browser
Chrome
Additional context
No response
Checklist
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
Superset version
master / latest-dev
Python version
3.11
Node version
18 or greater
Browser
Chrome
Additional context
No response
Checklist