We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f76d8 commit 0606a7eCopy full SHA for 0606a7e
packages/overmind-vue/src/vue3.ts
@@ -67,7 +67,7 @@ export function createStateHook<Config extends IConfiguration>(): StateHook<
67
)
68
69
if (!value.tree) {
70
- value.tree = overmindInstance.proxyStateTree.getTrackStateTree()
+ value.tree = overmindInstance.proxyStateTreeInstance.getTrackStateTree()
71
value.componentInstanceId = componentInstanceId++
72
value.onUpdate = (_: any, __: any, flushId: number) => {
73
value.currentFlushId = flushId
0 commit comments