A framework for building native applications using React
Bump eslint-plugin-react-hooks to 7.0.1 (#54303)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54303 React 19.2.0 introduces the `useEffectEvent`, which are functions that can be used inside `useEffect` but that should not be listed in the `useEffect` dependencies. Without this bump, eslint will still tell the user to add the function declared with `useEffectEvent` into the dependency array of a useEffect. ## Changelog: [General][Changed] - Bump eslint-plugin-react-hooks to 7.0.1 Reviewed By: huntie Differential Revision: D85658780 fbshipit-source-id: 75860f06a2875b53de61f4f99572277d9d04839f
R
Riccardo Cipolleschi committed
28101284a92ac0c93f646636423e6edf5e830006
Parent: a18f7a7
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 10/28/2025, 3:01:13 PM