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
- custom action creator functions that have a `.match` property that is a type guard
39
39
@@ -45,7 +45,7 @@ Accepts the same inputs as `isAllOf` and will return a type guard function that
45
45
46
46
## `isAsyncThunkAction`
47
47
48
-
A higher-order function that returns a type guard function that may be used to check whether an action was created by [`createAsyncThunk`](./createAsyncThunk).
48
+
A higher-order function that returns a type guard function that may be used to check whether an action was created by [`createAsyncThunk`](./createAsyncThunk.mdx).
@@ -117,7 +117,7 @@ function handleRejectedAction(action: AnyAction) {
117
117
118
118
## `isRejectedWithValue`
119
119
120
-
A higher-order function that returns a type guard function that may be used to check whether an action is a 'rejected' action creator from the `createAsyncThunk` promise lifecycle that was created by [`rejectWithValue`](./createAsyncThunk#handling-thunk-errors).
120
+
A higher-order function that returns a type guard function that may be used to check whether an action is a 'rejected' action creator from the `createAsyncThunk` promise lifecycle that was created by [`rejectWithValue`](./createAsyncThunk.mdx#handling-thunk-errors).
0 commit comments