-
The following errors were reported by 5.4.0-dev.20231217
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
The following errors were reported by 5.4.0-dev.20231119
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
The following errors were reported by 5.7.0-dev.20241027 vs 5.6.3
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](…
-
Hello,
This extension seems really good for debuging xstate, is there any eta about the `@xstate-ninja/vue` package ?
I notice it on npm but he has no code
Thanks
-
### Build tool
Vite
### Where do you see the problem?
- [ ] In the browser
- [X] In the terminal
### Describe the bug
`dev` and `build` scripts just hang on the `Building Chrome Extens…
-
**Description**
The documentation provides an example of how to use typescript with xstate. But the documented example is not type-correct.
**Expected Result**
I expected the typescript documenta…
-
**Description**
given this code
```typescript
type YesNoContext = { value?: number };
type YesNoEvent = { type: 'YES' };
type NoLiteralContext = { value: 'no'; context: { value: undef…
-
The following errors were reported by 5.7.0-dev.20240922 vs 5.6.2
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](…
-
### Description
const [state, send, pam_service] = useActor(parentAppMachine, {
state: restoredState
})
When i use the above code to restore a machine after using the below code, to …
-
Hello,
I have a machine where I store a rest client inside the context but it's seems to have circular structure and this crash the xstate-ninja and then the machine;
```
Uncaught (in promise) …