inaki

Results 2 issues of inaki

Is there a way to add new transitions/states after the first call to the constructor? I have tried doing this ``` fsm._fsm.config.mapTransition({ name: "startPause", from: "game", to: "pause" }); ```...

Hi, I've installed the library in my Capacitor app and it seems to be working ok, but I'm getting these messages all the time, I can see them in the...