saulojb opened a new issue, #37584: URL: https://github.com/apache/superset/issues/37584
### 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 <img width="1898" height="910" alt="Image" src="https://github.com/user-attachments/assets/5acffcc5-aee0-4f29-a3d5-43e7199b9ceb" /> ### Superset version master / latest-dev ### Python version 3.11 ### Node version 18 or greater ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
