Skip to content

Conversation

Andarist
Copy link
Collaborator

@Andarist Andarist commented Feb 19, 2024

fixes #4743
fixes #4545

Copy link

changeset-bot bot commented Feb 19, 2024

🦋 Changeset detected

Latest commit: 7cd27ae

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
xstate Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codesandbox-ci bot commented Feb 19, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@@ -146,7 +147,16 @@ export function assign<
TEvent,
TActor
>
): AssignAction<TContext, TExpressionEvent, TParams, TEvent, TActor> {
): ActionFunction<
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could revert this if we'd figure out how to include | undefined in our constraints for contextual type parameters (_out_TActor etc)

@Andarist Andarist marked this pull request as ready for review February 20, 2024 17:58
@Andarist Andarist requested a review from davidkpiano February 20, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Compilation Error when using setup and enqueueActions Bug: Enqueued Actions throw type error inside setup()
2 participants