Skip to content

Commit e2a4c88

Browse files
fix(overmind): expose actions to operators as well
1 parent 8786eba commit e2a4c88

File tree

1 file changed

+1
-0
lines changed
  • packages/node_modules/overmind/src

1 file changed

+1
-0
lines changed

packages/node_modules/overmind/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ export class Overmind<Config extends Configuration> implements Configuration {
341341
{
342342
value,
343343
state: this.proxyStateTree.state,
344+
actions: this.actions,
344345
execution,
345346
effects: this.trackEffects(this.effects, execution),
346347
},

0 commit comments

Comments
 (0)