React: setInterval Not working after one interval
My Goal: I’m trying to build a component that when you give it props.items and props.fadeEvery, it will act as a text rotator. I eventually want it to fade in an out, but I’m having trouble with my …