Skip to content

Commit 0cae238

Browse files
authored
Fix blocker error in overmind-vue
It should be proxyStateTreeInstance, not proxyStateTree. (this file had 2 times this typo, the first was addressed in cerebral@0606a7e), this is the second one
1 parent c222f0e commit 0cae238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/overmind-vue/src/vue3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export function createStateHook<
120120
onBeforeUnmount(() => {
121121
if (overmindInstance.mode.mode === MODE_SSR) return
122122

123-
overmindInstance.proxyStateTree.disposeTree(value.tree)
123+
overmindInstance.proxyStateTreeInstance.disposeTree(value.tree)
124124
if (IS_PRODUCTION) {
125125
return
126126
}

0 commit comments

Comments
 (0)