Skip to content

Commit

Permalink
Remove __TResolvedTypesMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Jul 10, 2024
1 parent 990267b commit dc15dd9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/core/src/StateMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -615,18 +615,4 @@ export class StateMachine<

return restoredSnapshot;
}

/**
* @deprecated an internal property that was acting as a "phantom" type, it's not used by anything right now but it's kept around for compatibility reasons
**/
__TResolvedTypesMeta!: ResolvedStateMachineTypes<
DoNotInfer<TContext>,
DoNotInfer<TEvent>,
TActor,
TAction,
TGuard,
TDelay,
TTag,
TEmitted
>;
}

0 comments on commit dc15dd9

Please sign in to comment.