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 e2bf70e commit 5438ce0Copy full SHA for 5438ce0
packages/node_modules/overmind-angular/src/index.ts
@@ -26,7 +26,7 @@ export const createConnect = <A extends Overmind<any>>(overmind: A) => () => {
26
target.prototype.ngOnInit = function() {
27
const ngZ = new NgZone({ enableLongStackTrace: false })
28
29
- this.__tree = (overmind as any).proxyStateTree.getTrackingTree()
+ this.__tree = (overmind as any).proxyStateTree.getTrackStateTree()
30
this.__currentFlushId = 0
31
this.overmind = {
32
state: this.__tree.state,
0 commit comments