You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/stately-sky-getting-started.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,3 +97,4 @@ And that's it! You're now able to interact with your running actor in much the s
97
97
- Only XState V5 machines are supported.
98
98
- Delayed transitions are not yet supported, but will be soon.
99
99
- The generated `sky.ts` files are meant to be added to source control.
100
+
- Running `xstate sky` will only affect a file if it hasn't already been fetched. If you make changes to the machine in the Studio, you'll need to delete the generated file `yourFile.sky.ts` and run the command again. Alternatively, you can force the refetch by running `xstate sky --refetch`.
0 commit comments