Skip to content

Commit 602b0cd

Browse files
committed
added no-transpile
1 parent e331ef7 commit 602b0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createAsyncThunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The returned thunk action creator accepts an optional second argument with the f
139139

140140
- `signal`: an optional [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) that will be tracked by the internal abort signal (see [Canceling While Running](#canceling-while-running))
141141

142-
```ts
142+
```ts no-transpile
143143
const externalController = new AbortController()
144144
dispatch(fetchUserById(123, { signal: externalController.signal }))
145145
externalController.abort()

0 commit comments

Comments
 (0)