yyqdbngt opened a new issue, #1344: URL: https://github.com/apache/rocketmq-dashboard/issues/1344
## Problem `GrafanaDashboardList.handleView` accepts every completed preview request and does not clear `viewContent` when a new dashboard is opened. Opening dashboard A and then B can let A overwrite B; if B fails, the modal can display A's JSON under B's title. ## Expected behavior Only the active dashboard preview may update content/loading/errors, and a new or failed preview must not retain content from a previous dashboard. ## Scope - add preview request ownership and explicit empty/error state - invalidate the request on modal close/unmount - test out-of-order and failed previews -- 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]
