·
15 commits
to main
since this release
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");