-
### Description
[This repo](https://github.com/ottopaulsen/failing-xstate-vue) shows a problem I am having with xstate and Vue.
There are two state machines, one parent and one child. The child is…
-
**Description**
The CodeSandbox projects linked in the docs still have old versions of `xstate` and `@xstate/inspect`.
https://github.com/statelyai/xstate/tree/main/packages/xstate-inspect#xstatei…
-
The following errors were reported by 5.5.0-dev.20240324
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
I followed the instructions in the docs. But when I run npm run serve I get this error:
Module parse failed: Unexpected token (24:63)
**You may need an appropriate loader to handle this file type,…
-
I just did a quick POC to make `xstate-viz` a drop-in visualizer in a react app so that it could be toggled on and off as needed, [see it in action here](https://cl.ly/2c4ac21653a0)
Sample code bel…
-
Using the latest extension in an existing project with the following machine:
```ts
import { createMachine } from 'xstate'
const toggleMachine = createMachine({
id: 'toggle',
initial: 'init…
-
Hi.
So... I have read the Tao of Microservices. I have watched the various presentations. I have implemented some of the examples from the Seneca Getting Started page in the browser using this seneca…
-
Hi Dave!
First I would like to Thank You on the great work with vuex-pathify!
Vue-class-store is an interesting take! Would love to see practical examples with async data fetching if that is a scope…
-
### 🐛 The bug
Nuxt3 app doesn't build when og-image module is added.
I cannot provide a reproduction repo due to the bug occurring only in one of my private repos which I am not allowed to share.
…
-
Thanks for writing this example statechart for xState. I am currently putting together an API Server for xState charts and would like to include your calculator as an example.
For that to work, the m…