Skip to content

Commit

Permalink
... except for this one
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Aug 4, 2020
1 parent 9959b7e commit b1b0531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/State.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export class State<
/**
* The next events that will cause a transition from the current state.
*/
// @ts-ignore - getter for this gets configured in constructor so this property can stay non-enumerable
public nextEvents: EventType[];
/**
* The transition definitions that resulted in this state.
Expand Down

0 comments on commit b1b0531

Please sign in to comment.