Sourced from eslint-plugin-react-hooks's changelog.
7.0.1
- Disallowed passing inline
useEffectEventvalues as JSX props to guard against accidental propagation. (#34820 by@jf-eirinha)- Switch to
export =so eslint-plugin-react-hooks emits correct types for consumers in Node16 ESM projects. (#34949 by@karlhorky)- Tightened the typing of
configs.flatso theconfigsexport is always defined. (#34950 by@poteto)- Fix named import runtime errors. (#34951, #34953 by
@karlhorky)