Zach Gotsch

Results 16 comments of Zach Gotsch

That API makes sense to me. You could also prefix created class names with something and identify generated ones based on that.

I think I did something related to this at Flexport. @dmnd can you check flow-typed-overrides for aphrodite?

We have seen something similar at Spring. I think one of my coworkers was looking into it. I'll see if he got anywhere with his investigation.

❗ Warning: if you use `machine.getInitialState(...)` to create a starting state that will run entry actions, entry actions which spawn actors will spawn those actors in an orphaned state, and...

Hey @davidkpiano, thanks for responding. At Synthesis, we're using Xstate as a central part of our backend. Each group of users playing a game together are tracked by a single...

@davidkpiano This example is fixed by #387.