Skip to content

@xstate/inspect@0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 13:56
· 1842 commits to main since this release
bd4a332

Minor Changes

  • #3235 f666f5823 Thanks @mattpocock! - @xstate/inspect will now target https://stately.ai/viz by default. You can target the old inspector by setting the config options like so:

    inspect({
      url: `https://statecharts.io/inspect`
    });