Reactjs – Scroll Event Listener Not Triggering in Next.js Client-Side Component
I'm developing a web application using Next.js 14.0.4 and React 18.2.0. My goal is to listen for scroll events on the entire page from a client-side component (specifically, a header component), but my scroll event listener does not seem to…