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
[v5] `.types` and `.typegen`
davidkpiano opened this pull request almost 2 years ago
davidkpiano opened this pull request almost 2 years ago
[core] Remove "some implementations missing"
davidkpiano opened this pull request almost 2 years ago
davidkpiano opened this pull request almost 2 years ago
[v5] Prefer `.provide(...)`
davidkpiano opened this pull request almost 2 years ago
davidkpiano opened this pull request almost 2 years ago
[v5] React `.provide` support
davidkpiano opened this pull request almost 2 years ago
davidkpiano opened this pull request almost 2 years ago
[v5] Strongly-typed state value
davidkpiano opened this pull request almost 2 years ago
davidkpiano opened this pull request almost 2 years ago
Bug: useMachine from @xstate/svelte/lib/fsm not working
Shyrro opened this issue almost 2 years ago
Shyrro opened this issue almost 2 years ago
Bug: Spawned machine doesn't start when imported from a module
vladmaraev opened this issue almost 2 years ago
vladmaraev opened this issue almost 2 years ago
Version Packages
github-actions[bot] opened this pull request almost 2 years ago
github-actions[bot] opened this pull request almost 2 years ago
Bug: @xstate/solid: Incorrect `after` event is firing
exclipy opened this issue almost 2 years ago
exclipy opened this issue almost 2 years ago
[v5] Persist & restore spawned actors
davidkpiano opened this pull request almost 2 years ago
davidkpiano opened this pull request almost 2 years ago
Avoid notifying subscribers when snapshot didn't change
Andarist opened this pull request almost 2 years ago
Andarist opened this pull request almost 2 years ago
Examples WIP
davidkpiano opened this pull request almost 2 years ago
davidkpiano opened this pull request almost 2 years ago
Simplify target resolution internals
Andarist opened this pull request almost 2 years ago
Andarist opened this pull request almost 2 years ago
[v5] Dead-letter queue
davidkpiano opened this pull request almost 2 years ago
davidkpiano opened this pull request almost 2 years ago
[v5] Actor reset
davidkpiano opened this pull request almost 2 years ago
davidkpiano opened this pull request almost 2 years ago
Docs: some anchor links not working
johtso opened this issue almost 2 years ago
johtso opened this issue almost 2 years ago
Other templates
davidkpiano opened this pull request almost 2 years ago
davidkpiano opened this pull request almost 2 years ago
Bug: `@xstate/react` `useInterpret` With Passed State Renders Initially With Initial State
Alex-Yakubovsky opened this issue almost 2 years ago
Alex-Yakubovsky opened this issue almost 2 years ago
Bug: some "in" guard state references do not work
fwienber opened this issue almost 2 years ago
fwienber opened this issue almost 2 years ago
Bug: Inappropriate error message
7777chaitanya opened this issue almost 2 years ago
7777chaitanya opened this issue almost 2 years ago
Bug: spawned actor in lazy context is orphaned with `.withConfig`
tmikeschu opened this issue almost 2 years ago
tmikeschu opened this issue almost 2 years ago
Bug: `Attempted to read state from uninitialized service` warnings logged after machine has stopped on React <18
giancarlo88 opened this issue almost 2 years ago
giancarlo88 opened this issue almost 2 years ago
Bug: Raise action causing typescript errors
xylophonehero opened this issue almost 2 years ago
xylophonehero opened this issue almost 2 years ago
xstate-rxjs
aldovelco opened this pull request almost 2 years ago
aldovelco opened this pull request almost 2 years ago
Bug: No types on Deno
guy-borderless opened this issue about 2 years ago
guy-borderless opened this issue about 2 years ago
FSM
davidkpiano opened this pull request about 2 years ago
davidkpiano opened this pull request about 2 years ago
[Documentation] - Service Schema Typescript
JayeshVP24 opened this pull request about 2 years ago
JayeshVP24 opened this pull request about 2 years ago
feat(test): add tag support
tivac opened this pull request about 2 years ago
tivac opened this pull request about 2 years ago
Bug: 'spawn(machine)' does not validate missing actions like 'useMachine(machine)' does
kirill578 opened this issue about 2 years ago
kirill578 opened this issue about 2 years ago
Bug: useMachine's state initialization doesn't trigger `always` transitions
edygar opened this issue about 2 years ago
edygar opened this issue about 2 years ago
Sort imports on save in VS Code, and sort existing files
mellson opened this pull request about 2 years ago
mellson opened this pull request about 2 years ago
Bug: Promise is invoked despite transition
bugii opened this issue about 2 years ago
bugii opened this issue about 2 years ago
[Typescript][@xstate/fsm] Config interface property 'initial' should be of type TState['value']
GTRanger opened this issue over 2 years ago
GTRanger opened this issue over 2 years ago
Bug: Error in Action not catchable (UnhandledPromiseRejectionWarning) causes nodejs to crash
gfauchart opened this issue over 2 years ago
gfauchart opened this issue over 2 years ago
Bug: Actions and services not invoked after transitioning back using history state
rjdestigter opened this issue over 2 years ago
rjdestigter opened this issue over 2 years ago
chore: upgrade husky@8 and lint-staged@15
chimurai opened this pull request over 2 years ago
chimurai opened this pull request over 2 years ago
docs: feature the xstate catalogue in the examples section, not just the home page
Glutnix opened this pull request over 2 years ago
Glutnix opened this pull request over 2 years ago
add failing test cases for invoked observable listeners
with-heart opened this pull request over 2 years ago
with-heart opened this pull request over 2 years ago
upgrade jest and ts-jest
with-heart opened this pull request over 2 years ago
with-heart opened this pull request over 2 years ago
add support for action groups
with-heart opened this pull request over 2 years ago
with-heart opened this pull request over 2 years ago
Bug: Initial state can't be restored for machines with transitioned child machines
faustAbc opened this issue over 2 years ago
faustAbc opened this issue over 2 years ago
Bug: typegen causes error on valid `sendParent` call with custom `TSentEvent`
with-heart opened this issue over 2 years ago
with-heart opened this issue over 2 years ago
[Typescript] `StateValue` is not typesafe
mrchantey opened this issue over 2 years ago
mrchantey opened this issue over 2 years ago
Bug: Typescript issues using state.matches(...)
BarrBozzO opened this issue over 2 years ago
BarrBozzO opened this issue over 2 years ago
[Typescript] Bug: Using assign with only partial context causes TS error
schontz opened this issue over 2 years ago
schontz opened this issue over 2 years ago
Bug: Errors thrown by @xstate/test@alpha with Playwright do not contain information about failed paths
Devessier opened this issue over 2 years ago
Devessier opened this issue over 2 years ago
[@xstate/react/useSpawn @xstate/vue/useSpawn] feat: spawn with option in useSpawn
cy-98 opened this pull request over 2 years ago
cy-98 opened this pull request over 2 years ago
Bug: No TS error for missing actions on spawned machine
simonflk opened this issue over 2 years ago
simonflk opened this issue over 2 years ago
Russian translation
bndby opened this pull request over 2 years ago
bndby opened this pull request over 2 years ago
Bug: Svelte: import not working on Svelte REPL and CDN links in docs not working
oskarhane opened this issue over 2 years ago
oskarhane opened this issue over 2 years ago
Add UMD builds backs in the core
Andarist opened this pull request over 2 years ago
Andarist opened this pull request over 2 years ago
Naive jest console message
aisflat439 opened this pull request over 2 years ago
aisflat439 opened this pull request over 2 years ago
Description key should appear in the Jest console.
aisflat439 opened this issue over 2 years ago
aisflat439 opened this issue over 2 years ago
Added failing test for self-events
mattpocock opened this pull request over 2 years ago
mattpocock opened this pull request over 2 years ago
Remove redundant `babel.config.js#overrides`
Andarist opened this pull request over 2 years ago
Andarist opened this pull request over 2 years ago
v5 - Bug: Context from machine.withContext() is ignored for React's useMachine
Valkendorm opened this issue over 2 years ago
Valkendorm opened this issue over 2 years ago
refactor: :label: stronger types for `StateValue` when using Typegen
brunocrosier opened this pull request over 2 years ago
brunocrosier opened this pull request over 2 years ago
Bug: invoked machine event data not passed to onDone when onDone is array
Jakkc opened this issue over 2 years ago
Jakkc opened this issue over 2 years ago
Bug: @xstate/svelte + @xstate/fsm does not work with vite
andy1li opened this issue over 2 years ago
andy1li opened this issue over 2 years ago
Added turborepo
mattpocock opened this pull request over 2 years ago
mattpocock opened this pull request over 2 years ago
Drop support for handling promises returned by `fromCallback`
Andarist opened this pull request over 2 years ago
Andarist opened this pull request over 2 years ago
Bug: throwing an error within `onReceive` in invoked callback service isn't being caught by `onError`
koenoe opened this issue over 2 years ago
koenoe opened this issue over 2 years ago
Bug: `on: { '*': ... }` typing has broken after upgrade to v4.32
huan opened this issue over 2 years ago
huan opened this issue over 2 years ago
docs: Showcase addition
stefanoslig opened this pull request almost 3 years ago
stefanoslig opened this pull request almost 3 years ago
Improve example templates
davidkpiano opened this pull request almost 3 years ago
davidkpiano opened this pull request almost 3 years ago
Add a failing test case for inline action objects inference
Andarist opened this pull request almost 3 years ago
Andarist opened this pull request almost 3 years ago
[xstate/fsm] v3 (WIP)
davidkpiano opened this pull request almost 3 years ago
davidkpiano opened this pull request almost 3 years ago
Added a failing test for pure actions returning an array of strings
mattpocock opened this pull request almost 3 years ago
mattpocock opened this pull request almost 3 years ago
XState Cheatsheet
davidkpiano opened this pull request almost 3 years ago
davidkpiano opened this pull request almost 3 years ago
Fixed issues with respawning the same actor within a macrotask
Andarist opened this pull request almost 3 years ago
Andarist opened this pull request almost 3 years ago
docs: translate reddit.md to simplified Chinese
AlexStacker opened this pull request almost 3 years ago
AlexStacker opened this pull request almost 3 years ago
Attempt to fix the deferred children problem
Andarist opened this pull request almost 3 years ago
Andarist opened this pull request almost 3 years ago
Update typescript.md
ScreamZ opened this pull request almost 3 years ago
ScreamZ opened this pull request almost 3 years ago
Added `InternalEventFrom`
Andarist opened this pull request almost 3 years ago
Andarist opened this pull request almost 3 years ago
Bug: [vue/xstate-inspect] Impossible to inspect in iframe
SteamWind opened this issue almost 3 years ago
SteamWind opened this issue almost 3 years ago
Improved type safety for `spawn`ed actors
Andarist opened this pull request almost 3 years ago
Andarist opened this pull request almost 3 years ago
Bug: Root invocations should never be restarted
davidkpiano opened this issue almost 3 years ago
davidkpiano opened this issue almost 3 years ago
Bind methods on state
NullVoxPopuli opened this pull request almost 3 years ago
NullVoxPopuli opened this pull request almost 3 years ago
Bug: Custom Guards typescript
MatheusPires99 opened this issue almost 3 years ago
MatheusPires99 opened this issue almost 3 years ago
Bug: Rejected promises do not provide typed data
josephfh opened this issue almost 3 years ago
josephfh opened this issue almost 3 years ago
Bug: embedded visualizer not working in docs
codingedgar opened this issue almost 3 years ago
codingedgar opened this issue almost 3 years ago
Bug: Request?: bind all class methods by default.
NullVoxPopuli opened this issue almost 3 years ago
NullVoxPopuli opened this issue almost 3 years ago
allow machines to use sendParent when they are not invoked/spawned
pollen8 opened this pull request almost 3 years ago
pollen8 opened this pull request almost 3 years ago
Add dev-time warning for invoke ID confusion
davidkpiano opened this issue about 3 years ago
davidkpiano opened this issue about 3 years ago
Removed TS troubleshooting sections
mattpocock opened this pull request about 3 years ago
mattpocock opened this pull request about 3 years ago
Added failing test for typecheck of choose
mattpocock opened this pull request about 3 years ago
mattpocock opened this pull request about 3 years ago
Can't reassign actions to more specific types
andy-zhou opened this issue about 3 years ago
andy-zhou opened this issue about 3 years ago
Added failing test for strange Promise.reject issue
mattpocock opened this pull request about 3 years ago
mattpocock opened this pull request about 3 years ago
Error propagation from entry actions execution using interpreter
ahamid opened this issue about 3 years ago
ahamid opened this issue about 3 years ago
[do not merge] Allow wildcard transitions to act as "error handlers"
Andarist opened this pull request about 3 years ago
Andarist opened this pull request about 3 years ago
Wrapping component with the GlobalStateProvider
mcastrigno opened this pull request about 3 years ago
mcastrigno opened this pull request about 3 years ago
Can't skip a state for testing by filtering on meta.
DavidOrchard opened this issue about 3 years ago
DavidOrchard opened this issue about 3 years ago
[core] "Extra" generic for actions, guards, etc.
davidkpiano opened this pull request about 3 years ago
davidkpiano opened this pull request about 3 years ago
[v5] Pass error to parent for errorListener
roggervalf opened this pull request about 3 years ago
roggervalf opened this pull request about 3 years ago
Add `assertEventType` helper
tom-sherman opened this pull request about 3 years ago
tom-sherman opened this pull request about 3 years ago
[v5] `onError`
davidkpiano opened this pull request about 3 years ago
davidkpiano opened this pull request about 3 years ago
[core] Add support for handling communication errors
davidkpiano opened this pull request about 3 years ago
davidkpiano opened this pull request about 3 years ago
Vue 2 docs not clear nor complete
allestaire opened this issue about 3 years ago
allestaire opened this issue about 3 years ago
Multiple ways to initialise machine context
JoshuaAmaju opened this issue about 3 years ago
JoshuaAmaju opened this issue about 3 years ago
`interpreter.state.can()` does not work with `createModel`
huan opened this issue about 3 years ago
huan opened this issue about 3 years ago