-
npm errors when installing vuelidate 2.0.0, asking for composition api, which is not required for vue 3.0.3
```
npm ERR! peer dep missing: @vue/composition-api@^1.0.0-beta.1, required by @vuelidat…
-
Is there a way to use this with Javascript instead of Typescript and if yes, is there an example of how to do so?
-
Howto https://frontstuff.io/using-state-machines-in-vuejs-with-xstate
Vue Demo https://codesandbox.io/s/xstate-vue-template-composition-api-1n23l?file=/src/App.vue
xstate https://xstate.js.org/
N…
-
- [x] I have searched through existing issues
- [x] I have read through [docs](https://vuejs.github.io/vetur)
- [x] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md)
## In…
-
I originally left an issue on the 'kingly' repo, as I was unaware of this repo.
Now that I look at the code in this repo it appears that the package on NPM is not up to date with this repo (it is m…
-
**Description**
When xstate inspect is enabled payload of the event is undefined.
1. take a data machine from [https://github.com/cypress-io/cypress-realworld-app/blob/develop/src/machines/dataMac…
-
**Description**
I copied the Vue component in the README at https://github.com/davidkpiano/xstate/tree/master/packages/xstate-vue into a file in a local `@vue/cli` project (Vue 2.6.11) and ran it.
…
-
`"gatsby-plugin-typegen": "^2.2.2"` -> `"gatsby-plugin-typegen": "^2.2.3",`
```
TypeError: str.replace is not a function
- enum-values.js:5 escapeString
plugins/other/visitor-plugin-co…
-
**Description**
When I try to useService, I'm finding that the current state isn't being returned correctly.
**Expected Result**
The state should be available for use on first render of the compo…
-
I haven't had a chance to reduce the repro, but people seem eager to get started. I'll try to update with better steps. For now:
1) git clone --depth=1 https://github.com/davidkpiano/xstate
2) …