Minor Changes
-
efbddbe: Typed event for send() in hooks
This adds the same typed event support for
send()
from hooks, for ex in React:const [state, send] = useMachine(machine); send("this-is-typed");
efbddbe: Typed event for send() in hooks
This adds the same typed event support for send()
from hooks, for ex in React:
const [state, send] = useMachine(machine);
send("this-is-typed");