版本发布 8
### Patch Changes - 1d6179a: Fixes types for the state() function.
### Minor Changes - efbddbe: Typed event for send() in hooks This adds the same typed event support for `send()` from hooks, for ex in React: ```ts const [state, send] = useMachine(machine); send("this-is-typed"); ```
### Minor Changes - efbddbe: Typed event for send() in hooks This adds the same typed event support for `send()` from hooks, for ex in React: ```ts const [state, send] = useMachine(machine); send("this-is-typed"); ``` ### Patch Changes - Updated dependencies [efbddbe] - robot-hooks@1.1.0
### Minor Changes - efbddbe: Typed event for send() in hooks This adds the same typed event support for `send()` from hooks, for ex in React: ```ts const [state, send] = useMachine(machine); send("this-is-typed"); ``` ### Patch Changes - Updated dependencies [efbddbe] - robot-hooks@1.1.0
### Minor Changes - 910dfaa: Support React 19
### Minor Changes - 4f6fb69: Autocomplete for service.send() This makes it so that the event name in `service.send(event)` is inferred from the transitions used to create the machine.
### Patch Changes - 9fbdbcb: Set the most deeply nested current service to current - Updated dependencies [9fbdbcb] - Updated dependencies [0409089] - robot3@1.0.2
### Patch Changes - 9fbdbcb: Set the most deeply nested current service to current - 0409089: Documentation for advanced use of 'invoke()'