We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
92cb118
efbddbe: Typed event for send() in hooks
This adds the same typed event support for send() from hooks, for ex in React:
send()
const [state, send] = useMachine(machine); send("this-is-typed");