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

Visualizer for XState machines

Results 100 xstate-viz issues
Sort by recently updated
recently updated
newest added

Currently the visualizer on stately.ai/viz is split left/right. It would be helpful if there was a button to toggle it to top/bottom. (To accommodate different window sizes and arrangements)

Stumbled upon a full nextjs 'Application crash' while writing an invalid machine config. Reproduction case: ``` createMachine({ id: "application error", initial: "loading", states: { loading: { entry: { target: "list"...

**Description** I use Logseq to document my xstate Journey. It lets me pull those cool diagrams into my docs. If I embed the full view I can not see the...

It seems that pressing shift key while scrolling the mouse wheel has no effect on Windows, contents of the canvas move up or down, instead of left or right. On...

fixes https://github.com/statelyai/xstate-viz/issues/300 but... the console output after the fix is: ``` in-config log withConfig log in-config log ``` that is because we capture 2 machines here (and this is somewhat...

**Description** Implementation details are not executed when provided with `withConfig` instead of second param of `createMachine` **Expected Result** I would expect the actions to execute **Actual Result** The actions are...

The order of the guards as implemented in the code is not understandable in the state chart, when using [multiple guards in guarded transitions](https://xstate.js.org/docs/guides/guards.html#multiple-guards). For example, this code: ```js states:...

The heading for keyboard shortcuts is missing the “t”.

Since the renderer and editor consist of two columns, displaying the machine horizontally causes the space to run out quickly, while 80% of the space below remains unused. Could we...

enhancement

This PR adds support for resetting the simulation state on receiving `xstate.disconnect` through the inspector client. Following: https://github.com/statelyai/xstate/pull/2720