Reactjs – React Player playerRef.current.playing = false does not stop video from playing
The video still plays in the background (sound) even after the video player has been closed. I tried using pause() but apparently it isn't a function. If I select another thumbnail and bring up another video the current one will…