Hivekind / hivekind.com

0 stars 0 forks source link

handle build warning for testimonial carousel #151

Closed shuwnyuantee closed 3 weeks ago

shuwnyuantee commented 3 weeks ago

Running npm run build, we see this warning:

./components/testimonial-carousel.tsx
148:6  Warning: React Hook useEffect has missing dependencies: 'handleNext' and 'handlePrev'. Either include them or remove the dependency array.  react-hooks/exhaustive-deps
shuwnyuantee commented 3 weeks ago

Here's a glance from a previous fix for similar warning:

Image