highcharts / highcharts-vue

Other
685 stars 150 forks source link

Fix null reference error on update #263

Closed david-molnar-oculai closed 4 months ago

david-molnar-oculai commented 4 months ago

If you update the options props BEFORE the component is mounted, it'll throw an error. This PR prevents that from happening.

david-molnar-oculai commented 4 months ago

Thanks for merging. When do you plan to release this version?