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

Fix failing build because of useEffect dependencies #205

Closed
florianschmidt1994 opened this issue Apr 3, 2020 · 0 comments · Fixed by #209
Closed

Fix failing build because of useEffect dependencies #205

florianschmidt1994 opened this issue Apr 3, 2020 · 0 comments · Fixed by #209
Assignees
Labels
bug Something isn't working inprogress priority-high

Comments

@florianschmidt1994
Copy link
Member

Failed to compile.

./src/components/FilteredList.jsx
  Line 107:6:  React Hook useEffect has missing dependencies: 'buildQuery' and 'loadDocuments'. Either include them or remove the dependency array  react-hooks/exhaustive-deps


./src/views/CompleteOfferHelp.jsx

  Line 74:6:  React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array  react-hooks/exhaustive-deps

From https://github.com/kenodressel/quarantine-hero/runs/557393758?check_suite_focus=true. Usually this is a warning, but it is treated as an error because Treating warnings as errors because process.env.CI = true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working inprogress priority-high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant