Devansh Jethmalani
Devansh Jethmalani
#72 #76 ``` # this is what I did afaik git checkout main git pull upstream main git reset --hard upstream/main git push -f git checkout -b revert-to-beta git merge...
The fact that `useMachine` “creates” the machine means that we can only create a machine inside an component. This problematic because... 1. You can't define a mahine outside the component...
Just a little poc I tried (not very tested), wanted to keep it fp let me know if you like it so either of us can take this forward! I...
(For my reference so that I don't forget)
@cassiozen How and where would you want me to write that document covering typescript features? Like maybe in a "Features" section? Or like in a changelog? (that would be lame...
- [ ] **Provide a hack-free safe degraded version of types**. Because the currect depend on some likely typescript non-guarantees that might break, So if some users would like to...
Problem: Let's say you're working with a state machine with nodes a and b and context as `A | B`, now you know that in node a the context is...
This documents the fix to #251 (I'm not sure if that's enough to close the issue). Someone who knows more about the issue should word this more concretely with more...
- [ ] txstate right now assumes the machine definition is a literal, in case it's not like `initial: Math.random() > 0.5 > "a" : "b"` thing most probably will...
(incomplete list) - [ ] `createMachine` - [x] `MachineDefinition` - [x] #12 - [x] #32 - [x] #33 - [x] #34 - [x] #35 - [x] #36 - [x] `StateNode`...