Skip to content

Commit

Permalink
Update packages/core/src/StateNode.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
davidkpiano and Andarist committed Jun 13, 2021
1 parent c0a6dca commit 0d59cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/StateNode.ts
Expand Up @@ -55,7 +55,7 @@ interface StateNodeOptions<
}

export class StateNode<
TContext extends MachineContext = {},
TContext extends MachineContext = MachineContext,
TEvent extends EventObject = EventObject
> {
/**
Expand Down

0 comments on commit 0d59cf5

Please sign in to comment.