Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/statelyai/xstate
Actor-based state management & orchestration for complex app logic.
https://github.com/statelyai/xstate
[Unexpected warning]: Machine given to `useMachine` has changed between renders
github0013 opened this issue about 3 years ago
github0013 opened this issue about 3 years ago
v5 - avoid mutation of `state.children`
davidkpiano opened this issue about 3 years ago
davidkpiano opened this issue about 3 years ago
[core] Add failing test for general `model.assign(...)` actions
davidkpiano opened this pull request about 3 years ago
davidkpiano opened this pull request about 3 years ago
[core] feat(interpreter): allow to provide errorListeners
roggervalf opened this pull request about 3 years ago
roggervalf opened this pull request about 3 years ago
Docs: Add example of using selectors to get child actors state/context
overtune opened this issue about 3 years ago
overtune opened this issue about 3 years ago
Docs: add note that `state.can` should come from resolved state
davidkpiano opened this issue about 3 years ago
davidkpiano opened this issue about 3 years ago
Check if `process` is defined
davidkpiano opened this pull request about 3 years ago
davidkpiano opened this pull request about 3 years ago
Added XStateError for attaching metadata to errors within XState
mattpocock opened this pull request about 3 years ago
mattpocock opened this pull request about 3 years ago
Removed StateNode as a valid type for transition targets
mattpocock opened this pull request about 3 years ago
mattpocock opened this pull request about 3 years ago
v5: event vs. _event
davidkpiano opened this issue about 3 years ago
davidkpiano opened this issue about 3 years ago
Added a toPromise function to allow modelling machines as promises
mattpocock opened this pull request about 3 years ago
mattpocock opened this pull request about 3 years ago
Rewrote the docs landing page
mattpocock opened this pull request about 3 years ago
mattpocock opened this pull request about 3 years ago
Added createActorContext
mattpocock opened this pull request about 3 years ago
mattpocock opened this pull request about 3 years ago
Implemented input
mattpocock opened this pull request about 3 years ago
mattpocock opened this pull request about 3 years ago
Add `self` to invoke meta
davidkpiano opened this pull request about 3 years ago
davidkpiano opened this pull request about 3 years ago
Added NodeJS Counter Example
aceslick911 opened this pull request over 3 years ago
aceslick911 opened this pull request over 3 years ago
Pass events with type `xstate.*` through the inspector to the receiver
farskid opened this pull request over 3 years ago
farskid opened this pull request over 3 years ago
Align send functionality for `spawnBehavior` with interpreted machine
christoph-fricke opened this pull request over 3 years ago
christoph-fricke opened this pull request over 3 years ago
Add `state` and `_event` to invoke metadata
davidkpiano opened this pull request over 3 years ago
davidkpiano opened this pull request over 3 years ago
Spawned Behavior Does Not Fully Support Actorref's `send` Type
christoph-fricke opened this issue over 3 years ago
christoph-fricke opened this issue over 3 years ago
doc: v5 contributor local dev setup
auphofBSF opened this pull request over 3 years ago
auphofBSF opened this pull request over 3 years ago
[core] Improve action types with specific event generics
davidkpiano opened this pull request over 3 years ago
davidkpiano opened this pull request over 3 years ago
`@xstate/react`: Update docs with instructions for using external values in machine configuration
farskid opened this pull request over 3 years ago
farskid opened this pull request over 3 years ago
Add `when` action creator
Silverwolf90 opened this pull request over 3 years ago
Silverwolf90 opened this pull request over 3 years ago
Added some model-related typings tests in response to a possible bug report this morning
mattpocock opened this pull request over 3 years ago
mattpocock opened this pull request over 3 years ago
Added createSelector
mattpocock opened this pull request over 3 years ago
mattpocock opened this pull request over 3 years ago
CDN for @xstate/inspect
a-y-u-s-h opened this issue over 3 years ago
a-y-u-s-h opened this issue over 3 years ago
feat(lit-controller): scaffold lit-controller package
ChrisShank opened this pull request over 3 years ago
ChrisShank opened this pull request over 3 years ago
default to new visualizer URL in @xstate/inspect
jebeck opened this pull request over 3 years ago
jebeck opened this pull request over 3 years ago
[v5] Avoid ad-hoc `State` creation
davidkpiano opened this issue over 3 years ago
davidkpiano opened this issue over 3 years ago
Add a failing test for context composition using multiple `provide` calls
Andarist opened this pull request over 3 years ago
Andarist opened this pull request over 3 years ago
feat(core/behaviors): add stop callback
ChrisShank opened this pull request over 3 years ago
ChrisShank opened this pull request over 3 years ago
Added an @xstate/redux package
mattpocock opened this pull request over 3 years ago
mattpocock opened this pull request over 3 years ago
adds complete listener from subscribe to the Interpreter's stopListeners
chanced opened this pull request over 3 years ago
chanced opened this pull request over 3 years ago
[examples] CameoParison Svelte with actors
annaghi opened this pull request over 3 years ago
annaghi opened this pull request over 3 years ago
[examples] CameoParison Svelte with machine
annaghi opened this pull request over 3 years ago
annaghi opened this pull request over 3 years ago
Spawned Machines are not removed from `children` after `stop()` is called
j-funk opened this issue over 3 years ago
j-funk opened this issue over 3 years ago
ActorRef<any> is wider than desirable when representing a machine
VanTanev opened this issue over 3 years ago
VanTanev opened this issue over 3 years ago
`useMachine(machine, { state })` returns the initial state instead of the `service.state`
p-j opened this issue over 3 years ago
p-j opened this issue over 3 years ago
Remove `Object.defineProperty` usage in v5
davidkpiano opened this issue over 3 years ago
davidkpiano opened this issue over 3 years ago
Let generics be inferred for `assign()` in fsm
tajakobsen opened this pull request over 3 years ago
tajakobsen opened this pull request over 3 years ago
Difference between `service.machine.initialState` and `service.initialState`
ChrisShank opened this issue over 3 years ago
ChrisShank opened this issue over 3 years ago
Experiments with global event type in sendParent
mattpocock opened this pull request over 3 years ago
mattpocock opened this pull request over 3 years ago
XState CLI integration experiments
mattpocock opened this pull request over 3 years ago
mattpocock opened this pull request over 3 years ago
Added a failing test for #2415
mattpocock opened this pull request over 3 years ago
mattpocock opened this pull request over 3 years ago
xstate-inspect from a local viz?
polx opened this issue over 3 years ago
polx opened this issue over 3 years ago
[core] Action meta objects are different
fraserdrops opened this issue over 3 years ago
fraserdrops opened this issue over 3 years ago
Services started with State.from() do not run invoked services in their initial states
mattpocock opened this issue over 3 years ago
mattpocock opened this issue over 3 years ago
[v5] Consistent renaming: options & definition
davidkpiano opened this pull request over 3 years ago
davidkpiano opened this pull request over 3 years ago
The third argument passed to services has no "state" prop
rlaffers opened this issue over 3 years ago
rlaffers opened this issue over 3 years ago
Delay function can't access current state where it is referenced
ilmarmors opened this issue over 3 years ago
ilmarmors opened this issue over 3 years ago
Assign action in entry get a wrong state
Sczlog opened this issue over 3 years ago
Sczlog opened this issue over 3 years ago
External self-transition does not work as expected inside parallel state
korrix opened this issue over 3 years ago
korrix opened this issue over 3 years ago
Machine stops due to Fast Refresh
bard opened this issue over 3 years ago
bard opened this issue over 3 years ago
Passing a ref to @xstate/inspect crashes/throws
alavkx opened this issue over 3 years ago
alavkx opened this issue over 3 years ago
Allow modeling "done.invoke" events for model.assign(...)
davidkpiano opened this pull request over 3 years ago
davidkpiano opened this pull request over 3 years ago
[core] Improve raise() typings
davidkpiano opened this pull request over 3 years ago
davidkpiano opened this pull request over 3 years ago
Nested parallel states don’t bubble up the `done` event
johnnydecimal opened this issue over 3 years ago
johnnydecimal opened this issue over 3 years ago
Performance issue with xstate inspector + rxjs Subject + fast-safe-stringify
snikch opened this issue over 3 years ago
snikch opened this issue over 3 years ago
Errors should respect source maps & unhandled rejections
davidkpiano opened this issue over 3 years ago
davidkpiano opened this issue over 3 years ago
Add utility function to xstate/immer to create assign action for models produced by createModel.
keithernet opened this pull request over 3 years ago
keithernet opened this pull request over 3 years ago
Add links to XState docs and API in JS Docs
santicros opened this pull request over 3 years ago
santicros opened this pull request over 3 years ago
Minor LifecycleSignal-related cleanup
Andarist opened this pull request over 3 years ago
Andarist opened this pull request over 3 years ago
Adding a second event to a model seems to cause type errors
joneshf opened this issue over 3 years ago
joneshf opened this issue over 3 years ago
[docs] Verify TypeScript examples in docs
VanTanev opened this pull request over 3 years ago
VanTanev opened this pull request over 3 years ago
[DOCS] Typescript example are type correct
niallpaterson opened this pull request over 3 years ago
niallpaterson opened this pull request over 3 years ago
Typescript documentation example is not type-correct
niallpaterson opened this issue over 3 years ago
niallpaterson opened this issue over 3 years ago
@xstate/fsm + Preact + Next.js - Shallow routing causing machine service to stop and not starting again
berndartmueller opened this issue over 3 years ago
berndartmueller opened this issue over 3 years ago
[docs] Run Grammarly on docs
VanTanev opened this pull request over 3 years ago
VanTanev opened this pull request over 3 years ago
Inspector wrong behavior when invoking a childMachine more than once. Only occurs on inspector.
mogarick opened this issue over 3 years ago
mogarick opened this issue over 3 years ago
Inspector does not stringify Map() and Set() objects
VanTanev opened this issue almost 4 years ago
VanTanev opened this issue almost 4 years ago
createSchema<TContext>() type inference breaks down in some cases
VanTanev opened this issue almost 4 years ago
VanTanev opened this issue almost 4 years ago
useInterpret()/useMachine() no longer creates an empty machine.context object when it was set as undefined.
VanTanev opened this pull request almost 4 years ago
VanTanev opened this pull request almost 4 years ago
Inconsistent behavior for initial state using `interpret` vs. `useInterpret`
bemayr opened this issue almost 4 years ago
bemayr opened this issue almost 4 years ago
Speedup execution of "yarn dev" tests
VanTanev opened this pull request almost 4 years ago
VanTanev opened this pull request almost 4 years ago
Inconsistent options of spawn vs invoke for specifying ID
rlaffers opened this issue almost 4 years ago
rlaffers opened this issue almost 4 years ago
XState Inspector can be slow
VanTanev opened this issue almost 4 years ago
VanTanev opened this issue almost 4 years ago
Added a runtime warning for "unreachable" `onDone` for parallel states
Andarist opened this pull request almost 4 years ago
Andarist opened this pull request almost 4 years ago
Typescript can't type the typestate event object of invoked services
critocrito opened this issue almost 4 years ago
critocrito opened this issue almost 4 years ago
docs: fix links
lekterable opened this pull request almost 4 years ago
lekterable opened this pull request almost 4 years ago
Sending (self) transition from transition to final state doesn't work
FokkeZB opened this issue almost 4 years ago
FokkeZB opened this issue almost 4 years ago
Fixes 1682 - missing from docs
jamestharpe opened this pull request almost 4 years ago
jamestharpe opened this pull request almost 4 years ago
False positive when testing transitions
TheDutchCoder opened this issue almost 4 years ago
TheDutchCoder opened this issue almost 4 years ago
[xstate/fsm] Guarded transitions throw "(intermediate value) is not a function" error
jjenzz opened this issue almost 4 years ago
jjenzz opened this issue almost 4 years ago
External self transitions require target to re-enter the state node
slowselfip opened this issue almost 4 years ago
slowselfip opened this issue almost 4 years ago
Inconsistent handling of `StateMachine.withContext` and `useMachine` options.context
rlaffers opened this issue almost 4 years ago
rlaffers opened this issue almost 4 years ago
@xstate/react: useMachine hook state gets out of sync with machine state after hot reload
superhawk610 opened this issue almost 4 years ago
superhawk610 opened this issue almost 4 years ago
Sending an event to 'false' freezes child machines (and maybe xstate)
ratacat opened this issue almost 4 years ago
ratacat opened this issue almost 4 years ago
@xstate/inspect - ActorRef links don't always work on refresh. Require browser restart most of the time.
a-y-u-s-h opened this issue about 4 years ago
a-y-u-s-h opened this issue about 4 years ago
[v5] More SCXML tests
davidkpiano opened this pull request about 4 years ago
davidkpiano opened this pull request about 4 years ago
onTransition does not fire after every transition
tomByrer opened this issue about 4 years ago
tomByrer opened this issue about 4 years ago
Fast Refresh blocks machine definition updates when using `useMachine`+`@xstate/inspect`
with-heart opened this issue about 4 years ago
with-heart opened this issue about 4 years ago
getShortestPathPlansTo and getSimplePathPlansTo missing from docs
jamesholbert opened this issue about 4 years ago
jamesholbert opened this issue about 4 years ago
Inspector throws TypeError on AudioContext events with integer names
jebeck opened this issue about 4 years ago
jebeck opened this issue about 4 years ago
[core] Add .onError() handler to service
davidkpiano opened this pull request about 4 years ago
davidkpiano opened this pull request about 4 years ago
Unhelpful error message with failing guard after invoked promise is rejected
njdancer opened this issue about 4 years ago
njdancer opened this issue about 4 years ago
Fixed an issue that has caused `MachineConfig` parametrized with a subset of events not being accepted as part of the `MachineConfig` accepting the whole set of those events
Andarist opened this pull request about 4 years ago
Andarist opened this pull request about 4 years ago
machine ignores invocation when starting from arbitrary state
kristofkalocsai opened this issue over 4 years ago
kristofkalocsai opened this issue over 4 years ago
Document stopping actors.
nathanhammond opened this pull request over 4 years ago
nathanhammond opened this pull request over 4 years ago
TypeError: Cannot read property 'state' of undefined if interpreter passed to useService is undefined
ivorpad opened this issue over 4 years ago
ivorpad opened this issue over 4 years ago