Javascript – JS can't add class to an element in React template
I have a Bootstrap template that I'm using for a React app. Inside the template, there's this piece of JS that's supposed to make the header sticky on scroll. It works in pure HTML, but when I move the header…