Skip to content

Commit 6b1aa1f

Browse files
committed
fromCallback does work with onError
1 parent cbb9387 commit 6b1aa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/actors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ const callbackLogic = fromCallback(({ sendBack, receive }) => {
403403

404404
Callback actors are a bit different from other actors in that they do not do the following:
405405

406-
- Do not work with `onDone` or `onError`
406+
- Do not work with `onDone`
407407
- Do not produce a snapshot using `.getSnapshot()`
408408
- Do not emit values when used with `.subscribe()`
409409
- Can not be stopped with `.stop()`

0 commit comments

Comments
 (0)