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 4ed2fbe commit f99d1d5Copy full SHA for f99d1d5
packages/node_modules/overmind/src/index.ts
@@ -62,7 +62,7 @@ export class Overmind<Config extends Configuration> implements BaseApp {
62
initialized: Promise<any>
63
eventHub: EventEmitter<Events>
64
devtools: Devtools
65
- actions: ResolveActions<Config['actions']>
+ actions: ResolveActions<Config['actions'] | {}>
66
state: ResolveState<Config['state']>
67
effects: Config['effects']
68
constructor(configuration: Config, options: Options = {}) {
0 commit comments