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 8786eba commit e2a4c88Copy full SHA for e2a4c88
packages/node_modules/overmind/src/index.ts
@@ -341,6 +341,7 @@ export class Overmind<Config extends Configuration> implements Configuration {
341
{
342
value,
343
state: this.proxyStateTree.state,
344
+ actions: this.actions,
345
execution,
346
effects: this.trackEffects(this.effects, execution),
347
},
0 commit comments