Skip to content

Commit f4a2dc1

Browse files
committed
invoke.mdx: omit paragraph re: sendParent
1 parent 983c0ab commit f4a2dc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/invoke.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,6 @@ const authClientMachine = createMachine({
672672
});
673673
```
674674

675-
That specific example could be simplified by using the `sendParent(...)` action creator for the same effect. But by using `sendTo` the actors do not strictly need to be in a direct parent-child relationship to communicate.
676-
677675
Note that by default `sendTo` will send events anonymously, in which case the reciever will not know the source of the event.
678676

679677
:::note

0 commit comments

Comments
 (0)