germancmartinez

Results 1 comments of germancmartinez

Hi, I could solve this problem calling the transtition inside the method writing: `setTimeout(() => fsm.step(),0);` If I wrote `setTimeout(fsm.step(),0)` I get the error. I don´t know the difference, but...