kyosifov
kyosifov
Is there any update on this? I get the same error as @demisolutions whenever my reactive variables change.
@Akryum The problem seems to be this piece of code: ``` function baseRestart() { if (!started || restarting) return; restarting = true; vue_1.default.nextTick(function () { if (started) { stop(); start();...
@demisolutions It seems to be a problem when you use CDN mode of Vue js which makes it a global variable. In my project I was using Vue from `vue/dist/vue.js`...
Is there a problem, that blocks this from being merged?
@Justineo Will there be support for this option?