xstate-viz icon indicating copy to clipboard operation
xstate-viz copied to clipboard

Results 74 xstate-viz issues
Sort by recently updated
recently updated
newest added

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.1.9 to 3.10.1. Release notes *Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).* > ## v3.10.1 > ### [3.10.1](https://github.com/webpack/webpack-dev-server/compare/v3.10.0...v3.10.1) (2019-12-19) > > > ### Bug Fixes > > * ie11 compatibility...

dependencies

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 1.5.0 to 2.1.2. Release notes *Sourced from [serialize-javascript's releases](https://github.com/yahoo/serialize-javascript/releases).* > ## v2.1.2 > - Ignore .nyc_output ([@​styfle](https://github.com/styfle), [#64](https://github-redirect.dependabot.com/yahoo/serialize-javascript/issues/64)) > > ## v2.1.1 > - Fix regular expressions...

dependencies

Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. Commits - [`ab73503`](https://github.com/lodash/lodash/commit/ab73503859a2d2f7f603bc8a293ce93ecc071e83) Bump to v4.5.0. - [`a4f7d4c`](https://github.com/lodash/lodash/commit/a4f7d4cc2a3b6d3a43f6c27beadbf90410eecdcd) Rebuild lodash and docs. - [`cca5ac6`](https://github.com/lodash/lodash/commit/cca5ac60d61a2f786eeafadb674d6e12fc6179c8) Fix npm-test by removing the call to test-docs. - [`9f7f9fc`](https://github.com/lodash/lodash/commit/9f7f9fc3c5f1a4db9a2134950872440c792ee8bb)...

dependencies

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Release notes *Sourced from [eslint-utils's releases](https://github.com/mysticatea/eslint-utils/releases).* > ## v1.4.3 > ## 🐛 Bug fixes > > - 8f9e481ecc1204c7a1331b697f97903f90c75154 fixed false positive of `ReferenceTracker`. >...

dependencies

Hi, while playing with guards I realised, that visualizer used state.event which don't contain correct event, so I try to fix it. It still don't allow use params set in...

The machine below requires moving through states `stepOne` and `stepTwo`, _in addition to_ requiring an approval. The `approved` context property ought to be able to be set at any state...

I'm probably not the first one to ask, but I haven't seen any issue on the subject. A dark theme would be pretty nice since most other developer tools have...

Hi, while playing with guards I realized, that visualizer used `state.event` which don't contain correct event, so I try to fix it.

Running a local version of xstate-viz like in the public folder works, but it would be even better if we could provide a `` component that allows passing in a...