maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

Warning on hook dependency in Detail page #24

Closed maxlemieux closed 4 years ago

maxlemieux commented 4 years ago

When running the application via "npm start" the following warning appears:

1] ./src/pages/Detail.js [1] Line 19:6: React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array react-hooks/exhaustive-deps

maxlemieux commented 4 years ago

This has been fixed in master. Closing for now