Latest ESLint warnings as of 14 Nov. 2023
gbowne1 opened this issue · 1 comments
gbowne1 commented
Compiled with warnings.
[eslint]
src/components/Library/Library.jsx
Line 418:8: React Hook useEffect has a missing dependency: 'fetchBooksFromDB'. Either include it or remove the dependency array react-hooks/exhaustive-deps
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
WARNING in [eslint]
src/components/Library/Library.jsx
Line 418:8: React Hook useEffect has a missing dependency: 'fetchBooksFromDB'. Either include it or remove the dependency array react-hooks/exhaustive-deps
webpack compiled with 1 warning
gbowne1 commented
Closing, as I dom't see this error anywhere anymore