-
Notifications
You must be signed in to change notification settings - Fork 46.9k
Issues: facebook/react
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Bug: eslint-plugin-react-hooks treats a non-react
use
function the same way as React.use
Component: ESLint Rules
#31237
opened Oct 14, 2024 by
artaommahe
Feature Request: ESLint hooks rule for accessing previous state when deriving new state
Component: ESLint Rules
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
#30363
opened Jul 17, 2024 by
Samuel-Therrien-Beslogic
eslint-plugin-react-hooks & "Flat Config" (ESLint 9)
Component: ESLint Rules
#28313
opened Feb 13, 2024 by
JoshuaKGoldberg
Bug: react-hooks/exhaustive-deps false positive when use function with generic type variable in useEffect
Component: ESLint Rules
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Type: Bug
#25149
opened Aug 27, 2022 by
RThong
Bug: Eslint hooks returned by factory functions not linted
Component: ESLint Rules
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
#25065
opened Aug 8, 2022 by
KATT
Bug: eslint-plugin-react-hooks false positive conditional call after foreach
Component: ESLint Rules
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Type: Bug
#24791
opened Jun 26, 2022 by
Newbie012
Bug: eslint(react-hooks/exhaustive-deps) When a property is accessed with and without optional chaining, exhaustive-deps' code suggestion will introduce an error
Component: ESLint Rules
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Type: Bug
#23248
opened Feb 8, 2022 by
dantman
[DevTools Bug]: Inconsistent enforcement of using hooks in callbacks
Component: ESLint Rules
Type: Bug
#23230
opened Feb 3, 2022 by
eisenpony
Bug: Rules of Hooks should not allow passing a Hook as a function argument
Component: ESLint Rules
Resolution: Backlog
Type: Bug
#22254
opened Sep 6, 2021 by
gaearon
[Feature Request][eslint-plugin-react-hooks] no-ref-checks, display error when using useRef's return value as condition
Component: ESLint Rules
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Type: Enhancement
#22168
opened Aug 24, 2021 by
johnrom
[eslint-plugin-react-hooks] New Rule Proposal: A potential issue that we haven't yet confirmed as a bug
Type: Feature Request
no-unnecessary-setstate
Component: ESLint Rules
Status: Unconfirmed
#21595
opened Jun 1, 2021 by
karlhorky
Bug: Impossible to use on async hooks
Component: ESLint Rules
Type: Discussion
#21381
opened Apr 28, 2021 by
arietrouw
Bug: ESLint react-hooks/rules-of-hooks false positives when codepath counts exceed Number.MAX_SAFE_INTEGER
Component: ESLint Rules
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Type: Bug
#21328
opened Apr 21, 2021 by
camhux
Bug: ESLint react-hooks/exhaustive-deps rule false positive on constants made with constant expressions
Component: ESLint Rules
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Type: Enhancement
#21274
opened Apr 14, 2021 by
ToadKing
eslint-plugin-react-hooks should flag uses of createRef in function components
Component: ESLint Rules
Type: Discussion
#21256
opened Apr 13, 2021 by
danvk
Bug: react-hooks/exhaustive-deps false postive when given undefined as deps
Component: ESLint Rules
Type: Bug
#20262
opened Nov 15, 2020 by
sQVe
Bug: eslint-plugin-react-hooks doesn't report conditional typescript "?." hooks
Component: ESLint Rules
Type: Bug
#20196
opened Nov 9, 2020 by
exapsy
exhaustive-deps: custom effects should support async functions
Component: ESLint Rules
Type: Discussion
#19034
opened May 28, 2020 by
whatisaphone
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.