Closed shenie closed 1 year ago
Previously the value was null and the if-stmt was sufficient before calling .destroy but since https://github.com/highcharts/highcharts-vue/pull/236, the if-stmt is always true so it ended up trying to call .destroy() on the empty object.
Previously the value was null and the if-stmt was sufficient before calling .destroy but since https://github.com/highcharts/highcharts-vue/pull/236, the if-stmt is always true so it ended up trying to call .destroy() on the empty object.