-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick change between dashboard tabs error #6744
Comments
I left a query on the opensearch dashboard slack to see if they knew about the error. |
I was doing some tests and it seems that the problem is due to the conditional rendering of the dashboards, when changing tabs quickly they are not rendered but it tries to destroy them afterwards and that's why the error occurs. |
I have been working on the proposals and I leave the patch of proposal 1 and the patch of proposal 2 in one dashboard. |
It was decided to go ahead with the proposal that changed less the visual behaviour, which is to always render the dashboards but if there is no data to keep them hidden and show the corresponding warning. Screen.Recording.2024-06-07.at.8.36.18.PM.mov |
Description
Switching quickly between Dashboard and Events tabs throws an error and doesn't load the visualizations.
Screenshots
The text was updated successfully, but these errors were encountered: