-
Hello,
I have a beavior that I don't understand, the extention tell that my machine is not a state machine but why ? But after changing it back it's now a state machine.
On initial loading :
…
-
## Bug or feature request?
Bug
## Description:
As discussed in Discord with @davidkpian beginning in version v5 beta.30 I am unable to run some invoke code that currently works as expected. The m…
-
### Version
3.2.19
### Reproduction link
[sfc.vuejs.org/](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cCBsYW5nPVwidHNcIj5cbmltcG9ydCB7IHJlZiB9IGZyb20gJ3Z1ZSdcblxuY29uc3QgbXNnID0gcmVmKC…
-
_This issue is updated as new requirements unfold._
## Problem
We need to find a better-suited state (reactive) management solution for the SDK. That solution could be a "better way" of dealing…
-
The Svelte community is growing faster than you think.
More and more people are pouring down into the awesomeness of this framework.
It would really help if we could get an official SDK with wel…
-
### What would you like?
In a test file, I want to be able to mount a component, run tests on it, then destroy/unmount it, mount a new instance of the component then run test on it
### Why is this n…
-
The following errors were reported by 5.6.0-dev.20240630
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https:/…
-
The following errors were reported by 5.6.0-dev.20240728 vs 5.5.4
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](…
-
I want to create a Nuxt3 module base on nhost Js client to use it in Nuxt 3.
User ( session, cookie etc )
Graphql ( query + mutation )
Storage
Functions
I'm not expert, but ready to learn and…
-
This simple machine doesn't work with xstate-vue2, but works with @xstate/vue
```ts
const simpleMachine = createMachine({
id: 'simple',
initial: 'idle',
states: {
idle: {
alwa…