You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using finity with react and I need to stop the FSM when a component will be unmounted.
I figured a few ways to call the internal stop() method but they seem a bit hacky. Could we expose the stop() method, the same way start() is available?
Or do I need a custom "stop" event and handle it that way?
The text was updated successfully, but these errors were encountered:
@millette I considered exposing stop() but decided against it because of some corner cases. I agree that stop could be useful though. Let me look into this again.
I'm using finity with react and I need to stop the FSM when a component will be unmounted.
I figured a few ways to call the internal stop() method but they seem a bit hacky. Could we expose the stop() method, the same way start() is available?
Or do I need a custom "stop" event and handle it that way?
The text was updated successfully, but these errors were encountered: