Skip to content

Conversation

@davidkpiano
Copy link
Member

Fixes #5439

@davidkpiano davidkpiano linked an issue Jan 3, 2026 that may be closed by this pull request
@changeset-bot
Copy link

changeset-bot bot commented Jan 3, 2026

🦋 Changeset detected

Latest commit: 8c737ae

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

This PR includes changesets to release 5 packages
Name Type
xstate Patch
@xstate/react Patch
@xstate/solid Patch
@xstate/svelte Patch
@xstate/vue 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

@davidkpiano davidkpiano requested a review from Andarist January 3, 2026 18:39
@davidkpiano davidkpiano merged commit e36e299 into main Jan 7, 2026
1 check passed
@davidkpiano davidkpiano deleted the davidkpiano/5439-bug-system-id-conflict branch January 7, 2026 18:07
@github-actions github-actions bot mentioned this pull request Jan 7, 2026
actorScope: AnyActorScope,
actorRef: AnyActorRef
) {
// unregister children first (depth-first)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't see a reason why depth-first would be important here, unregistering is a simple logic that doesn't execute anythign extra. But we have to use some traversing kind - so it can be depth-first (it's just that visit order isn't important)

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, but just to be safe, it makes the most sense (to me)

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: System ID conflict

3 participants