Closed jszuminski closed 1 year ago
Fixed #239, chart object was reactive. Regression caused by: https://github.com/highcharts/highcharts-vue/pull/236
For chart object need to use shallowRef instead of ref.
shallowRef
ref
Thanks!
Fixed #239, chart object was reactive. Regression caused by: https://github.com/highcharts/highcharts-vue/pull/236
For chart object need to use
shallowRef
instead ofref
.