You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/eslint-plugin-react-hooks/index.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,14 @@ When the compiler reports a diagnostic, it means that the compiler was able to s
25
25
What this means for linting, is that you don’t need to fix all violations immediately. Address them at your own pace to gradually increase the number of optimized components.
26
26
</Note>
27
27
28
+
<Note>
29
+
**Clarification:**
30
+
As of `eslint-plugin-react-hooks@6.1.0`, the rules from `eslint-plugin-react-compiler` have **not** yet been merged into `eslint-plugin-react-hooks`.
31
+
You should continue to install and use both plugins separately if you rely on rules from each.
32
+
The React team has mentioned that a merge may happen in the future, but until then, this doc reflects the current state.
33
+
</Note>
34
+
35
+
28
36
## Available Lints {/*available-lints*/}
29
37
30
38
These rules are available in the stable version of `eslint-plugin-react-hooks`:
0 commit comments