statelyai / xstate-viz

Visualizer for XState machines
https://stately.ai/viz
MIT License
434 stars 102 forks source link

No description rendered when declared outside the meta property #337

Closed riccardo-forina closed 2 years ago

riccardo-forina commented 2 years ago

Description

As by this message on Discord I should be able to add a description directly to a state or a transition. While I can do that and get no error from Typescript (good!), the visualizer doesn't show the description.

Expected Result

The description is visualized in the relative state box. Not sure what it should look like for a transition.

Actual Result

No description rendered.

Reproduction

https://stately.ai/viz/3b5b88bb-a4e2-4ef5-88ce-30bf2408964c

Additional context