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 d3a5805 commit e6a61cdCopy full SHA for e6a61cd
packages/node_modules/proxy-state-tree/src/Proxyfier.ts
@@ -36,7 +36,7 @@ export class Proxifier {
36
`proxy-state-tree - You are mutating the path "${path}", but it is not allowed. The following could have happened:
37
38
- You are passing state to a 3rd party tool trying to manipulate the state
39
- - You are running an asynchronous action from an other action where you forgot to "await" it
+ - You are running asynchronous code and forgot to "await" its execution
40
`
41
)
42
}
0 commit comments