Javascript – React Scroll Event
I'm trying to show scrollbar only occurs when I scroll through the area with react. I using debounce and useState. The problem : When I scroll down to the end, the scroll event repeats indefinitely. If don't scroll down to…