Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unregister systemIds eagerly #4405

Merged
merged 2 commits into from
Oct 26, 2023
Merged

Unregister systemIds eagerly #4405

merged 2 commits into from
Oct 26, 2023

Conversation

Andarist
Copy link
Member

@Andarist Andarist commented Oct 26, 2023

fixes #4364

@Andarist Andarist requested a review from davidkpiano October 26, 2023 14:48
@changeset-bot
Copy link

changeset-bot bot commented Oct 26, 2023

🦋 Changeset detected

Latest commit: c2f73c4

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

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

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

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 26, 2023

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.

Latest deployment of this branch, based on commit c2f73c4:

Sandbox Source
XState Example Template Configuration
XState React Template Configuration
stupefied-hypatia-qjvdy9 Issue #4364

@@ -424,4 +424,49 @@ describe('system', () => {

expect(actor.system.get('test')).toBeDefined();
});

it('da', () => {
Copy link
Member

Choose a reason for hiding this comment

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

Da

Copy link
Member Author

Choose a reason for hiding this comment

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

it's da test

@Andarist Andarist merged commit a01169e into next Oct 26, 2023
1 check passed
@Andarist Andarist deleted the fix/system-id-unregister-asap branch October 26, 2023 21:40
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: Actor with system ID '...' already exists. (v5)
2 participants