Skip to content

issues Search Results · repo:statelyai/xstate language:TypeScript

Filter by

1k results
 (68 ms)

1k results

instatelyai/xstate (press backspace or delete to remove)

XState version XState version 5 Description Hey there, I m using @xstate/svelte and Vitest for my components. Vitest tries to use the cjs file apparently, instead of the esm one. In that same CJS ...
bug
  • Shyrro
  • Opened 
    3 days ago
  • #5243

XState version XState version 5 Description event emits after await are not triggered Expected result side effects are triggered the same way they are for synchronous calls Actual result side effects ...
working as designed
  • filipw01
  • 2
  • Opened 
    5 days ago
  • #5242

note: this might lead to oversubscribing to sources this atom no longer depends on cause there is no logic to unsubscribe sources that were not read during a recomputation Originally posted ...
  • davidkpiano
  • Opened 
    11 days ago
  • #5234

XState version XState version 5 Description I am hitting a problematic scenario in production - yet failing to reproduce in a simple test case. But basically, this is what I believe is happening: ...
bug
  • christophe-g
  • 5
  • Opened 
    16 days ago
  • #5228

XState version XState version 5 Description On the header (e.g. the docs page at https://xstate.js.org/docs/) We have an API link in the header. The href for that link is pointing to https://paka.dev/npm/xstate/. ...
bug
  • derekjwilliams
  • 1
  • Opened 
    19 days ago
  • #5222

XState version XState version 5 Description Let say i have a machine like this: async function invokeMe() { console.log( next state: should be second ); } const myMachine = setup({ actions: ...
bug
  • doonazif
  • 3
  • Opened 
    23 days ago
  • #5219

XState version XState version 5 Description When defining the on property at the top-level: { id: parallelExample , type: parallel , on: { INQUIRY: { target: #parallelExample.phase.inquiry ...
bug
  • venikx
  • 1
  • Opened 
    on Feb 26
  • #5214

import { Injectable } from @nestjs/common ; import { createMachine, assign, interpret } from xstate ; export interface VehicleContext { batteryLevel: number; location: { lat: number; lng: number }; } ...
  • Victorvikson1996
  • 1
  • Opened 
    on Feb 22
  • #5212

XState version XState version 5 Description My actor inputs are typechecked until I add a context function to my machine, and then they re no longer typechecked. ts playground has reproduction Expected ...
bug
  • SlexAxton
  • 3
  • Opened 
    on Feb 19
  • #5209

XState version XState version 5 Description emits simply doesn t work. Check the attached stackblitz import { createStore } from @xstate/store type Context = { drawer?: Drawer | null } type Drawer ...
bug
can't reproduce
  • nmonastyrskyi
  • 4
  • Opened 
    on Feb 13
  • #5196
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub