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 bbf6564 commit e0ceefbCopy full SHA for e0ceefb
packages/node_modules/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