Skip to content

Commit 00fea20

Browse files
fix(overmind): remove leftover reaction references
1 parent f66e3f4 commit 00fea20

File tree

1 file changed

+0
-5
lines changed
  • packages/node_modules/overmind/src/config

1 file changed

+0
-5
lines changed

packages/node_modules/overmind/src/config/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ export function merge(...configurations: Configuration[]): Configuration {
126126
...aggr.actions,
127127
...config.actions,
128128
},
129-
reactions: {
130-
...aggr.reactions,
131-
...config.reactions,
132-
},
133129
}
134130
},
135131
{
@@ -139,7 +135,6 @@ export function merge(...configurations: Configuration[]): Configuration {
139135
state: {},
140136
effects: {},
141137
actions: {},
142-
reactions: {},
143138
}
144139
)
145140
}

0 commit comments

Comments
 (0)