I have a react app that uses xstate and there are lots of variables and services and everytime I would like to display it to the visualizer, I have to remove those variables. Is there a way to link xstate visualizer to my app? like when my app runs it also reflects in state visualizer. Thanks
Asked
Active
Viewed 355 times
2
-
1Ask again in 3 days ;-) – David Khourshid Aug 27 '20 at 16:36
-
@DavidKhourshid i think it has been more than three days :) – Jay-R Joseph Gabunada Sep 09 '20 at 17:51
-
2Check out `@xstate/inspect`: https://xstate.js.org/docs/packages/xstate-inspect – David Khourshid Sep 10 '20 at 02:12
-
@DavidKhourshid docs for xstate-inspect are nowhere to be found. Also npm package link to the repo is 404. – Ivan V. Sep 10 '20 at 10:10