Change8

eslint-plugin-react-hooks@7.1.1

📦 reactView on GitHub →
🐛 1 fixes1 deprecations🔧 1 symbols

Summary

This release fixes a regression where the `component-hook-factories` ESLint rule was removed, restoring it as a deprecated no-op for backwards compatibility.

Migration Steps

  1. If you were relying on the functionality of the `component-hook-factories` rule, note that it is now a deprecated no-op and you should update your configuration to remove references to it.

🐛 Bug Fixes

  • Restored the accidentally removed `component-hook-factories` rule as a deprecated no-op to fix errors for users referencing it in ESLint configs.

Affected Symbols

⚡ Deprecations

  • The `component-hook-factories` rule is now deprecated (no-op) for backwards compatibility.