txstate
txstate copied to clipboard
Typescript 4.4.0 regression
Mainly all functional properties turn into unknown in the return type, more precisely the return type of createMachine is Machine.Of<MachineDefinition.Of<D>> instead of Machine.Of<D> (even if there are no errors in the definition)