Skip to content

Commit eb11767

Browse files
authored
fix: update link to useEffectEvent in React docs (facebook#4919)
1 parent 8b2eb00 commit eb11767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/2025-12-10-react-native-0.83.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To solve this, most users disable the lint rule and exclude the dependency. But
6666

6767
With `useEffectEvent`, you can split the "event" part of this logic out of the Effect that emits it.
6868

69-
You can read more about `useEffectEvent` in the [React docs](https://react.dev/reference/react/Activity).
69+
You can read more about `useEffectEvent` in the [React docs](https://react.dev/reference/react/useEffectEvent).
7070

7171
## New DevTools features
7272

0 commit comments

Comments
 (0)