staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
717 stars 112 forks source link

AudioContext is undefined on beforeDestroy hook #23

Closed okolomiets closed 5 years ago

okolomiets commented 5 years ago

The issue is easily reproducible when the parent component is destroyed.

TypeError: Cannot read property 'close' of undefined at VueComponent.beforeDestroy (AvBase.js?7883:192)

Do we need a simple check for the AudioContext to avoid errors?

staskobzar commented 5 years ago

Thanks. Fixed. Will be available in 1.4.0