How to add a Loader using onUserMedia? · Issue #291 · mozmorris/react-webcam

I am trying to implement a loading spinner while the webcam is turning on. I used a ternary operator to check if showLoader is true. It works but it appears the webcam is turning on and off four ti...