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.
2 parents f5fe595 + 4952c06 commit a077ceaCopy full SHA for a077cea
packages/node_modules/proxy-state-tree/src/index.ts
@@ -107,8 +107,7 @@ class ProxyStateTree {
107
'Nested path tracking requires you to stop the nested path tracker before the outer'
108
)
109
}
110
- const pathSet = this.paths[index]
111
- this.paths.pop()
+ const pathSet = this.paths.pop()
112
113
if (!this.paths.length) {
114
this.status = STATUS.IDLE
0 commit comments