Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 13:06
92cb118

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");