react-qr-reader icon indicating copy to clipboard operation
react-qr-reader copied to clipboard

Breaks with React.StrictMode

Open Tomekmularczyk opened this issue 1 year ago • 0 comments

I noticed at times that camera would be turned on but not being able to scan QR code. Even if I refreshed the page the problem would persist - I would be asked for a permission and then everything would work besides I wouldn't be able to read the QR code. I found out that if I removed React.StrictMode it would work again.

Tomekmularczyk avatar Jun 16 '23 13:06 Tomekmularczyk