-
**Description**
I dont know if it's a bug in xstate, or in me. I guess it's for me.
When I restart a machine from a persisted state, the machine seems to restart from the initial state :
```typescr…
-
Yarn 1.22.10
Node 14.15.4
```
git clone ...
cd ...
yarn
yarn test
```
>>>
```
yarn test
yarn run v1.22.10
$ jest
FAIL test/useInterpret.test.ts
● Test suite failed to run
test…
fobdy updated
3 years ago
-
Hi!
I keep getting an error every time I enable this add-on - and I'm not familiar with React, so not sure if this is related to my storybook setup or this add-on...
Error
-----
```
Invali…
-
**Description**
When using xstate in components in Vite, the `useMachine` method throws warnings from the compiler:
![image](https://user-images.githubusercontent.com/1668207/108256437-8bec8c80-71…
-
**Description**
https://xstate.js.org/viz/ cannot handle a machine that uses the `always` transition. it does not show that there is a valid transition and does not take it.
**Expected Result*…
-
**Description**
@xstate/vue is not working with vue beta. The module still use @vue/composition-api as a dependency. Should we drop it as vue has enter beta ?
**Actual Result**
when I use the exa…
-
`service.send` will accept a string followed by an object payload. (https://xstate.js.org/docs/guides/interpretation.html#sending-events)
But when invoking callbacks, the `callback` argument (which…
-
Component is not rendered when calling date function with empty string first param. No error is logged into console.
```
{{ $d('', 'long') }}
```
It would be better if it will render empty str…
-
I think the wrapper no longer exposes methods on the prototype or something, because when I want to spy on a method (e.g. `wrapper.vm.send`) with `jest.spyOn(wrapper.vm, 'send')` Jest throws a type er…
-
"vue-i18n": "^9.0.0-beta.10", "vue": "^3.0.4"
The error when using i18n-next globally - Uncaught (in promise) TypeError: _ctx.$t is not a function
This happened after I had done **npm update** t…