Skip to content

Commit e90b5a1

Browse files
fix(overmind-react): fix typing issue
1 parent 6fbee18 commit e90b5a1

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

packages/node_modules/overmind-react/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export interface IConnect<Config extends IConfiguration> {
4848
actions: Overmind<Config>['actions']
4949
effects: Overmind<Config>['effects']
5050
addMutationListener: Overmind<Config>['addMutationListener']
51+
reaction: Overmind<Config>['reaction']
5152
}
5253
}
5354

0 commit comments

Comments
 (0)