Skip to content

Commit 31792cd

Browse files
authored
Merge pull request #245 from audionerd/docs-fromCallback-onError
Actors: `fromCallback` does work with `onError`
2 parents d446f97 + 6b1aa1f commit 31792cd

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
@@ -405,7 +405,7 @@ const callbackLogic = fromCallback(({ sendBack, receive }) => {
405405

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

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

0 commit comments

Comments
 (0)