Closed shuwnyuantee closed 3 weeks ago
Running npm run build, we see this warning:
npm run build
./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
Here's a glance from a previous fix for similar warning:
Running
npm run build
, we see this warning: