Skip to content

Conversation

@github-actions
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

xstate-component-tree@6.0.2

Patch Changes

  • #115 51cfe5e Thanks @tivac! - Fix an issue where in specific situations child trees would not be built.

    If a child machine has an invoke that immediately triggers a no-op event, the ComponentTree instance wouldn't actually walk that child machine for components to render. This was due to an interesting interaction between the xstate .changed property and when invokes within the statechart are run.

    Now whenever the ComponentTree sees a new machine it hasn't walked is running, it will walk it.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 67e2f4d to ae5d973 Compare February 25, 2023 07:43
@tivac tivac merged commit 95287a2 into main Feb 25, 2023
@tivac tivac deleted the changeset-release/main branch February 25, 2023 07: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.

2 participants