-
Notifications
You must be signed in to change notification settings - Fork 26.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
Add support for latest version of eslint-plugin-react-hooks #2084
Comments
Indeed, at the moment we only support v1. What are the breaking changes in v2? |
I'm actually not sure. I only noticed the |
Someone filed #2083 but also didn’t answer the question. |
Looks like the breaking change is forbidding top level use*() calls:
|
Is there some change concerning this warning? |
Any updates on this issue? |
Any progress, guys? |
I'm also interested in solving this issue. Are there some updates on those open PRs? |
I am also seeing this issue. What are the plans for airbnb's support for latest eslint-plugin-react-hooks? If it is no longer keeping pace then I will begin migrating my team away from it. In which case, I'd appreciate alternative recommendations. |
This is done in #2090 |
If you install the latest version of all eslint-related libraries,
yarn install
spits out this warning:eslint-plugin-react-hooks is now up to version 2.0.1.
The text was updated successfully, but these errors were encountered: