Skip to content

Commit

Permalink
docs(use-abortable-effect): add missing export size
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Mar 20, 2024
1 parent a90e800 commit a4a9a7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/pages/use-abortable-effect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: useAbortableEffect

# useAbortableEffect

import ExportMetaInfo from '../components/export-meta-info';

<ExportMetaInfo />

`useEffect` that gives you an [AbortSignal](https://mdn.io/AbortSignal).

## Usage
Expand Down

0 comments on commit a4a9a7e

Please sign in to comment.