We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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");