You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nebula should throw errors if a chart is not destroyed properly while any other resource (dom element, app) is removed.
Motivation
If a page tries to show and switch between charts it is quite easy to miss properly destroying the charts in between. This can lead to unrecognisable errors from within the chart as it might try to render even if the element dissapeard. This is likely even more prevalent when devloping a new chart.
The text was updated successfully, but these errors were encountered:
🚀 Feature
Nebula should throw errors if a chart is not destroyed properly while any other resource (dom element, app) is removed.
Motivation
If a page tries to show and switch between charts it is quite easy to miss properly destroying the charts in between. This can lead to unrecognisable errors from within the chart as it might try to render even if the element dissapeard. This is likely even more prevalent when devloping a new chart.
The text was updated successfully, but these errors were encountered: