JodusNodus / react-qr-reader

React component for reading QR codes from webcam.
https://jodusnodus.github.io/react-qr-reader
MIT License
1.14k stars 407 forks source link

React 18.1.0 compatibility issues #248

Open SneakingSlayer opened 2 years ago

SneakingSlayer commented 2 years ago

Can't install via npm i react-qr-reader with React 18.1.0

robinsonmax commented 2 years ago

Duplicate of #239

SneakingSlayer commented 2 years ago

Duplicate of #239

Thanks!

mh-jsx commented 3 months ago

if you have react > 17 Use this instead https://www.npmjs.com/package/react-zxing

Both the libraries are using @zxing/library under the hood.