JodusNodus / react-qr-reader

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

Dangerous Warning Issue for React16 and componentWillReceiveProps #204

Open liliangiraudo5 opened 3 years ago

liliangiraudo5 commented 3 years ago

Hi Guys, I like your library a lot but the only problem is the appearance of a warning concerning the version of React. Indeed, if we want to switch to React 17, unfortunately the Reader component will not be updated. Can you do the necessary? Thank you very much!

react-dom.development.js:88 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

Please update the following components: Reader

viraljetani commented 3 years ago

@liliangiraudo5 Yeah, I am getting the same issue when tried installing this package.