[charts] Tooltip: 'TypeError: series is undefined' with updating series #15065
Labels
bug 🐛
Something doesn't work
component: charts
This is the name of the generic UI component, not the React module!
While updating series and changing tooltip state, may encounter a javascript error
May appear while
Issue seems to appear because of accessing context by seriesId, that could be removed in the moment of tooltip rendering call
Consider adding undefined check to props of a tooltip, implement a proper GC in SeriesContext or calculate tooltip series outside of its render
Search keywords:
The text was updated successfully, but these errors were encountered: