JodusNodus/react-qr-reader

Breaks with React.StrictMode

Tomekmularczyk opened this issue · 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.