Update bug report template for eslint plugin label (#34959)
## Summary When creating https://github.com/facebook/react/issues/34957, I noticed a reference to `eslint-plugin-react-compiler` instead of `eslint-plugin-react-hooks`. Since the former is merged into the latter (https://github.com/facebook/react/pull/32416, https://github.com/facebook/react/pull/34228), I have decided to update the issue template to avoid confusion.
Alexander Kachkaev committed
Nov 5, 2025 at 21:57 UTC
5a2205ba28a02596461187eecdffd066075d8685
1 file changed
+1
-1
.github/ISSUE_TEMPLATE/compiler_bug_report.yml
+1
-1
@@ -11,7 +11,7 @@ body:
11
options:
12
- label: React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
13
- label: babel-plugin-react-compiler (build issue installing or using the Babel plugin)
14
- - label: eslint-plugin-react-compiler (build issue installing or using the eslint plugin)
14
+ - label: eslint-plugin-react-hooks (build issue installing or using the eslint plugin)
15
- label: react-compiler-healthcheck (build issue installing or using the healthcheck script)
16
- type: input
17
attributes: