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 f66e3f4 commit 00fea20Copy full SHA for 00fea20
packages/node_modules/overmind/src/config/index.ts
@@ -126,10 +126,6 @@ export function merge(...configurations: Configuration[]): Configuration {
126
...aggr.actions,
127
...config.actions,
128
},
129
- reactions: {
130
- ...aggr.reactions,
131
- ...config.reactions,
132
- },
133
}
134
135
{
@@ -139,7 +135,6 @@ export function merge(...configurations: Configuration[]): Configuration {
139
state: {},
140
136
effects: {},
141
137
actions: {},
142
- reactions: {},
143
138
144
)
145
0 commit comments