Skip to content

Commit 4a898a3

Browse files
committed
fix: lost reactivity on queryComplete
1 parent a2a1065 commit 4a898a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class VueView<V> implements Output {
4646

4747
if (queryComplete !== true) {
4848
void queryComplete.then(() => {
49-
this.#state = [this.#state[0], complete]
49+
this.#state[1] = complete
5050
})
5151
}
5252
}

0 commit comments

Comments
 (0)