Tibor Pilz

Results 3 comments of Tibor Pilz

> Trying to repro with "vanilla" JS doesn't trigger the same issue, so this is probably something specific to how angular handles change I have the same issue with vue...

For me, using [vue-test-utils](https://vue-test-utils.vuejs.org/), along with the `createLocalVue` helper worked. See [this guide](https://vue-test-utils.vuejs.org/guides/using-with-vuex.html) and just treat `vue-rx` analogous to `vuex`.

@dgreene1 What we're doing as a workaround is wrapping each `addError` call in a function that first does a `startView({ service, version })`, then a call to `addError` and immediately...