with-heart

Results 65 issues of with-heart

This PR implements #3996, enabling actions to be implemented as an _action group_. (replaces #3561) An _action group_ is a named array of actions. When the action group is executed,...

XState v5 post-release
needs to be revisited

### Discussed in https://github.com/statelyai/xstate/discussions/3554 Originally posted by **with-heart** August 28, 2022 Hi yall! πŸ‘‹ *This discussion stems from a conversation with @Andarist regarding https://github.com/statelyai/xstate-tools/pull/207* One major frustration I've faced when...

XState v5 post-release
needs to be revisited

### Description Linking to https://xstate.js.org on social media is boring! 😴 πŸ›Œ `MEE6` shouldn't be more exciting than a link to the XState homepage! ### Expected result Linking to https://xstate.js.org...

documentation

I haven't had time to investigate but I noticed that the playground isn't rendering anything in "Output". Receiving the following console errors in both Chrome and Firefox on macOS 12.1:

This PR resolves #321 by creating the `@xstate/codemods` package and implementing TypeScript transformers for each of the v4-to-v5 changes. This is currently just a draft as we figure out the...

Resolves #355 Resolves #373

This PR upgrades and configures `eslint` for the repo, resolves lint errors in packages files, and adds a `lint` step to the `ci` actions workflow. I made this PR for...

This issue is for building a codemod that migrates a codebase from v4 to v5. The codemod would analyze the abstract syntax tree (AST) of the codebase in order to...