Skip to content

Commit cd1381c

Browse files
fix(overmind): allow any data on event
1 parent 21633e1 commit cd1381c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node_modules/overmind/src/statemachine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type TState = {
1212

1313
type TEvents = {
1414
type: string
15-
data?: IState
15+
data?: any
1616
}
1717

1818

0 commit comments

Comments
 (0)