Skip to content

Commit e6a61cd

Browse files
refactor(proxy-state-tree): change message about not allowing to mutate
1 parent d3a5805 commit e6a61cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node_modules/proxy-state-tree/src/Proxyfier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class Proxifier {
3636
`proxy-state-tree - You are mutating the path "${path}", but it is not allowed. The following could have happened:
3737
3838
- 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
39+
- You are running asynchronous code and forgot to "await" its execution
4040
`
4141
)
4242
}

0 commit comments

Comments
 (0)