-
### XState version
XState version 5
### Description
When using a state machine with vue, I've noticed that reading part of the context in a component through useSelector or a computed wouldn't wor…
-
### Describe the bug
I've run into an issue when trying to do snapshot testing with my components using PrimeVue in our unit tests. We use XState for all of our state management, which means our Vue …
-
### On which framework/platform would you like to see this feature implemented?
Vue, Angular, React
### Which UI component is this feature-request for?
Authenticator
### Please describe yo…
-
### Description
Can't install any [packages](https://github.com/statelyai/xstate#packages) with `5.0.0-beta.27` due to peer dependencies.
### Expected result
to be able to install [package…
-
### XState version
XState version 5
### Description
I need to use the same instance of a machine across different components, because the machine serves as the source of truth for the state o…
-
### Description
As discussed in the [thread on the Stately discord](https://discord.com/channels/795785288994652170/948916730065993738/951105240114036796), it is impossible to use the iframe to ins…
-
### Description
When using XState Inspect and Vue the "send event" button on the events tab does not send any event to my machine.
When I click the corresponding event button in the visualized m…
-
### Description
Given machine in initial state (see image), `state.nextEvents` includes an entry for the onDone transition. (And transition can be fired by clicking on _**onDone**_ in the inspector)
…
-
I've check this documentation but it seems like not too clear for as wanted a to go example in setting it up
The documentation only shows how to setup states but Im wondering why not include on how t…
-
# Vue3文档备忘
## 工具链
- [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue): 官方eslint插件
- [Volar](https://github.com/johnsoncodehk/volar)
- [Prettier](https://prettier.io/)
- [playgro…