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 09245c2 commit 8786ebaCopy full SHA for 8786eba
packages/node_modules/overmind/src/index.ts
@@ -269,6 +269,7 @@ export class Overmind<Config extends Configuration> implements Configuration {
269
getMutationTree: () => {
270
return this.proxyStateTree.getMutationTree()
271
},
272
+ emit: this.eventHub.emit.bind(this.eventHub),
273
} as any) as Execution
274
}
275
0 commit comments