Release Notes
Breaking Change - computed
removed
Turns out what was supposed to be an optimization does not work without a proper scheduler from vue core.
Referencing more than one computed
in an effect, results in the effect running multiple times.
Please see Vue issue describing this.
Users should upgrade and move computed to simple getters on the controller.