We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seen on both qa and prod.
To reproduce, create a volcano plot, then go back to the thumbnail list. The first time we see the thumbnail is missing.
Open the volcano plot again, go back to thumbnail list. The thumbnail is back!
But why?
The text was updated successfully, but these errors were encountered:
Update: Found the issue is that the currentPlotFilters are getting set to undefined, but they should be []. Not sure why/where/how yet.
currentPlotFilters
undefined
[]
Sorry, something went wrong.
More info - when the full screen component opens, visualization.descriptor.currentPlotFilters = undefined when it should be [].
visualization.descriptor.currentPlotFilters = undefined
Successfully merging a pull request may close this issue.
Seen on both qa and prod.
To reproduce, create a volcano plot, then go back to the thumbnail list. The first time we see the thumbnail is missing.
Open the volcano plot again, go back to thumbnail list. The thumbnail is back!
But why?
The text was updated successfully, but these errors were encountered: