We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Eslint its all good to keeping avoid bug before that happens.
We already have eslint-plugin-react-hooks, but need active/configure properly to work
eslint-plugin-react-hooks
We need add
rules: { 'react-hooks/rules-of-hooks': 'error', 'react-hooks/exhaustive-deps': 'warn', },
To eslintrc.js
eslintrc.js
After activing i got 1 errors and 3 warning. One printscreen to sample below
The error need be fix after activing it.
That's simple task.
I recommend do that it after #749 be merged
The text was updated successfully, but these errors were encountered:
Let's wait for the migration to NextJS.
Sorry, something went wrong.
No branches or pull requests
Eslint its all good to keeping avoid bug before that happens.
We already have
eslint-plugin-react-hooks
, but need active/configure properly to workWe need add
To
eslintrc.js
After activing i got 1 errors and 3 warning. One printscreen to sample below
The error need be fix after activing it.
That's simple task.
I recommend do that it after #749 be merged
The text was updated successfully, but these errors were encountered: