You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/action-listener-middleware/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Current options are:
102
102
103
103
-`extra`: an optional "extra argument" that will be injected into the `listenerApi` parameter of each listener. Equivalent to [the "extra argument" in the Redux Thunk middleware](https://redux.js.org/usage/writing-logic-thunks#injecting-config-values-into-thunks).
104
104
105
-
-`onError`: an optional error handler that gets called with synchronous errors raised by `listener` and `predicate`.
105
+
-`onError`: an optional error handler that gets called with synchronous and async errors raised by `listener` and synchronous errors thrown by`predicate`.
0 commit comments