From f72ebf9e424c4996a336708834dd9005b884f252 Mon Sep 17 00:00:00 2001 From: ralph1233 Date: Wed, 10 Dec 2025 23:16:06 +0200 Subject: [PATCH] fix: update link to useEffectEvent in React docs --- website/blog/2025-12-10-react-native-0.83.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2025-12-10-react-native-0.83.md b/website/blog/2025-12-10-react-native-0.83.md index 28c3ba5ba9f..6e64154601c 100644 --- a/website/blog/2025-12-10-react-native-0.83.md +++ b/website/blog/2025-12-10-react-native-0.83.md @@ -66,7 +66,7 @@ To solve this, most users disable the lint rule and exclude the dependency. But With `useEffectEvent`, you can split the "event" part of this logic out of the Effect that emits it. -You can read more about `useEffectEvent` in the [React docs](https://react.dev/reference/react/Activity). +You can read more about `useEffectEvent` in the [React docs](https://react.dev/reference/react/useEffectEvent). ## New DevTools features