-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 When using React
hook prefix, exhaustive deps breaks
#578
Labels
Comments
Can you provide an example with the Eslint rule, please? This rule should follow what the original rule does. |
Sure @ematipico, here you are: https://stackblitz.com/edit/node-hcjbcn?file=src%2Findex.js,.eslintrc.js This has ESLint setup and allows you to run |
ematipico
added
A-Linter
Area: linter
S-Bug-confirmed
Status: report has been confirmed as a valid bug
and removed
S-Needs response
Status: await response from OP
labels
Oct 23, 2023
1 task
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 1, 2023
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 1, 2023
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 1, 2023
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 1, 2023
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 1, 2023
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 2, 2023
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 2, 2023
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 2, 2023
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 2, 2023
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 2, 2023
XiNiHa
added a commit
to XiNiHa/biome
that referenced
this issue
Dec 3, 2023
ematipico
pushed a commit
that referenced
this issue
Dec 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Environment information
What happened?
While the following works as-expected:
Aliasing React like so:
Forces the following error to be thrown:
Playground link
Expected result
No errors to be thrown in the code sample listed above
Code of Conduct
The text was updated successfully, but these errors were encountered: