-
Notifications
You must be signed in to change notification settings - Fork 83
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: filter out undefined instances when redrawing all charts #7779
Conversation
Quality Gate passedIssues Measures |
Hi @web-padawan and @web-padawan, when i performed cherry-pick to this commit to 24.4, i have encountered the following issue. Can you take a look and pick it manually? |
This ticket/PR has been released with Vaadin 24.5.0.beta2 and is also targeting the upcoming stable 24.5.0 version. |
… (CP: 23.5) (#8103) Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
Description
Part of vaadin/flow-components#6607
This fixes the first part of the issue (reference error when redrawing all charts instances) by checking for
undefined
.Type of change