-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
fix: dashboard reload crash #17992
fix: dashboard reload crash #17992
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like the right spot to me.
For anyone wondering what this PR is about, we're seeing a weirdly erratic error on one particular example dashboard on our deployments, that's happening at this particular location in these lines. We're hopeful that this little safety check will resolve it 🤞, and will upload before/after screenshots if it works. |
Codecov Report
@@ Coverage Diff @@
## master #17992 +/- ##
=======================================
Coverage 67.05% 67.05%
=======================================
Files 1612 1612
Lines 64999 64999
Branches 6872 6872
=======================================
Hits 43586 43586
Misses 19546 19546
Partials 1867 1867
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* fix dashboard reload * add more strict case (cherry picked from commit 3d829fc)
* fix dashboard reload * add more strict case
* fix dashboard reload * add more strict case
* fix dashboard reload * add more strict case
SUMMARY
Possible fix for issue where the gridcomponent might be undefined causing dashboard to crash.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION