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

Implement XState 5 API support in templates #479

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

NullVoxPopuli
Copy link
Owner

@NullVoxPopuli NullVoxPopuli commented Jan 4, 2024

This is the bulk of the XState 5 support, and is basically a total rewrite.

Copy link

stackblitz bot commented Jan 4, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@NullVoxPopuli NullVoxPopuli changed the title XState 5 Implement XState 5 API support in templates Jan 4, 2024
import { destroy, isDestroying } from '@ember/destroyable';
import { cancel, later } from '@ember/runloop';

import { interpret, State } from 'xstate';
import { createActor, State } from 'xstate';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import State.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant