docs icon indicating copy to clipboard operation
docs copied to clipboard

Stately docs for Stately Studio and XState

Results 27 docs issues
Sort by recently updated
recently updated
newest added

### XState version XState version 5 ### Description 1. Go to https://stately.ai/docs/xstate 2. Click on "About Stately and XState" in the sidebar. Note that the url is now https://stately.ai/docs/ with...

bug

``` { target: 'step2', guard: and([ { type: 'checkStep', params: { step: 2 } }, { type: 'combinationFist', params: { objName: 'xxxxx' } }, 'nowStepEqualParams' ]) }, { target: 'step5',...

Now the sentence reads: "It is recommended to use `sendTo(...)` to pass actor refs (e.g. the parent actor ref) to other actors". This looks more right, but I'm actually not...

https://discord.com/channels/795785288994652170/1186344618116263976/1251885762836697139

https://stately.ai/docs/transitions#cheatsheet-transition-targets https://stately.ai/viz The example of the car is not visualized in the "playground": ![image](https://github.com/user-attachments/assets/4873b47c-4d08-4cd0-bd34-075cc7b7bf0b) If you replace `b.c` with `#c`, then the arrow is bugging: ![image](https://github.com/user-attachments/assets/0cd573c6-aea8-4c55-a4fa-d0c462b5c9aa)