Skip to content
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 missing dependency #1295

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hichemfantar
Copy link

@hichemfantar hichemfantar commented Apr 18, 2023

Fixes linting error:

React Hook useEffect has a missing dependency: 'files'. Either include it or remove the dependency array. eslint (react-hooks/exhaustive-deps)

What kind of change does this PR introduce?

  • Bug Fix
  • Feature
  • Refactoring
  • Style
  • Build
  • Chore
  • Documentation
  • CI

Did you add tests for your changes?

  • Yes, my code is well tested
  • Not relevant

If relevant, did you update the documentation?

  • Yes, I've updated the documentation
  • Not relevant

Summary
Explain the motivation for making this change. What existing problem does the pull request solve?
Try to link to an open issue for more information.

Does this PR introduce a breaking change?
If this PR introduces a breaking change, please describe the impact and a migration path for existing applications.

Other information

Fixes linting error: React Hook useEffect has a missing dependency: 'files'. Either include it or remove the dependency array. eslint (react-hooks/exhaustive-deps)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant