xstate-tools icon indicating copy to clipboard operation
xstate-tools copied to clipboard

Public monorepo for XState tooling

Results 163 xstate-tools issues
Sort by recently updated
recently updated
newest added

Hi when I click "Open Visual Editor" nothing happens. It did work when I first tried it but now doesn't. If Iook in Log(Window) I get this error: ``` [renderer3]...

Current behavior: - Clicking "open visual editor" changes the machine json - Moving the position of the elements in state chart changes the machine json - With the visual editor...

closes https://github.com/statelyai/xstate-tools/issues/105 closes https://github.com/statelyai/xstate-tools/issues/102

Hi, I am very new to Xstate so apologize for the noob question. I cannot get Xstate VSS plugin to open Stately Visualiser reliably. It randomly appears once or twice...

During dev, if you include the @xstate/cli into your dependency list, the xstate plugin should use the exact version (or preferably the same binary) to execute the typegen. Recently the...

https://www.loom.com/share/41c04fbafb964d5091e036dc53afa301

It would be great for our extension to be compatible with as many environments as possible. Being a web extension comes with some limitations though - we need to assess...

**Problem:** getting a `xxx is never used in the machine definition` when using custom guards (https://xstate.js.org/docs/guides/guards.html#custom-guards) **Context:** Using the VS-code extension version `1.2.1` and `xstate` version `4.23.0`. **Repro:** When pasting...

Hey, I've recently started experimenting with the Visual Editor. It's mind-blowingly cool! Unfortunately, I ran into a bug - In one of the states, I invoke a child machine with...

bug

Hi, I can´t open a machine defined inside a .tsx file; it's possible? I'm using stencilJS and the components get the .tsx extension thanks!