Skip to content

Commit

Permalink
Fixed one extra case
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 15, 2023
1 parent c8c9b8c commit 813f508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,8 @@ export type InvokeConfig<
input?:
| Mapper<TContext, TEvent, NonReducibleUnknown, TEvent>
| Primitive
| NotAFunction<{ [k: PropertyKey]: unknown }>;
| NotAFunction<{ [k: PropertyKey]: unknown }>
| NotAFunction<object>;
/**
* The transition to take upon the invoked child machine reaching its final top-level state.
*/
Expand Down

0 comments on commit 813f508

Please sign in to comment.