Skip to content

Commit 83a84a0

Browse files
rickhanloniieps1lon
authored andcommitted
linter note
1 parent 7ffe3e4 commit 83a84a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/blog/2025/10/01/react-19-2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ For examples on how to use Activity, check out the [Activity docs](/reference/re
5656

5757
### `useEffectEvent` {/*use-effect-event*/}
5858

59+
_Note: Please upgrade to `eslint-plugin-react-hooks@6.1.0` when using `useEffectEvent`._
60+
5961
One common pattern with `useEffect` is to notify the app code about some kind of "events" in an external system. For example, a chat room may get connected, and you might want to display a notification when that happens:
6062

6163
```js {5,11}

0 commit comments

Comments
 (0)