-
### Before creating a new issue, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://gith…
-
How do we use computed on xstate context?
I tried
```javascript
const Machine = createMachine({
...
context: {},
...
})
export default {
...
setup() {
const {state, send} = useMachin…
-
The following errors were reported by 4.3.0-dev.20210412, but not by 4.2.4
# [cdr/code-server](https://github.com/cdr/code-server)
**9 of 52 projects failed to build with the old tsc**
### [lib/vscod…
-
Opening this issue to spawn a discussion about type-safety. Lucy offers a nice opportunity to increase TS type safety by statically analysing the machine. This is similar to, but much more reliable th…
-
Example from here: https://xstate.js.org/docs/examples/todomvc.html#todomvc-with-vue
**Description**
Open the CodeSandbox via the link above.
Add a new TODO Item.
Double click on the newly creat…
-
**Description**
Trying to run `yarn docs:dev` produces the following error:
```
➜ xstate git:(master) ✗ yarn docs:dev
yarn run v1.21.1
$ npm run docs:packages && cd docs && vuepress dev .
npm W…
-
Hi, I made a simple module to inject xstate into components.
Maybe it could be added to the community modules so other people possibly help improve and add some actual and maybe helpful functionality…
-
Thunks are easy to use and a good default, but the biggest weakness is that they don't let you respond to dispatched actions. Sagas and observables are very powerful (_too_ powerful for most apps), b…
-
ERROR TS2307: Cannot find module '@vuelidate/core' or its corresponding type declarations.
TypeScript report this error in IDE but in the runtime all is working as expected.
```
import { react…
-
Hey! 👋
### Version
5.0.0-beta.2
### Environment info
```
Environment Info:
System:
OS: macOS 11.4
CPU: (8) x64 Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
Binaries:
No…