-
Notifications
You must be signed in to change notification settings - Fork 47.5k
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
fix(eslint-plugin-react-hooks): remove experimental checks involving useEffectEvent #32276
fix(eslint-plugin-react-hooks): remove experimental checks involving useEffectEvent #32276
Conversation
…useEffectEvent Contributing to facebook#32240, this change removes the experimental `useEffectEvent` checks in the two react hooks eslint rule. As the api is refined, and the compiler rule(s) are incorporated into this plugin, these checks will be covered then.
02c1846
to
2a91f47
Compare
For what it’s worth, the current However, I understand of course that the hook is experimental and its support in Looking forward to hopefully having this hook available in a stable release eventually, along with support in the future of the eslint plugin. |
Closing this as the team decided to leave it as-is for now. |
Summary
Contributing to #32240, this change removes the experimental
useEffectEvent
checks in the two react hooks ESLint rules. As the api is refined, and the compiler rule(s) are incorporated into this plugin, these checks will be covered then.