Amit Novick
Amit Novick
Made some progress on it, and wanted to share the state of the latest snapshot: - Added a header to the top with the "screen selection" drop-down - Added the...
Today's progress: - Added the "Events" tab to the side-panel - Implemented a new trigger: refresh of page now triggers refresh of DevTools (as expected) Really happy with it at...
> @amitnovick, is there anywhere I can get hold of a code? I'm happy to use it in this 'state' pun intended. Looking good. Glad to see more people are...
OK found out what the problematic part is: the `delay` configuration seems to break something. ## Minimal reproduction - [Gist](https://gist.github.com/amitnovick/29e2b66d357df34da4b18ec4faced54f) - [Visualizer](https://xstate.js.org/viz/?gist=29e2b66d357df34da4b18ec4faced54f)
In the Minimal Reproduction Gist I had a `delay` function defined in-line, which should work according to [the Docs](https://xstate.js.org/docs/guides/delays.html#delayed-transitions), but causes the error when loaded into the VIsualizer: ```js first:...
@davidkpiano Yea I agree... `true` is arbitrary here, it could be `false` just as well. For it to be useful, the developer must be the one to decide which value...
How about an additional tab for displaying and controlling the default values of omitted implementations? 
Thanks to @mettjus for finding this: Potential source of the issue: The name of the file uploaded in the gist above is `FetchingMachine.js`, which fails to load in Visualizer appendend...
> Maybe this could be made overwritable via URL (i.e: `&file=FetchingMachine.js`). > > I am thinking someone could be interested in using the same gist form many machines, maybe. Ah,...
Thanks for documenting this issue! Currently the XState integration of this extension piggy-backs on the "Redux DevTools" global namespace `window.__REDUX_DEVTOOLS_EXTENSION__` as you've noticed. I am looking to replace this global...