We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a811c commit 252aeffCopy full SHA for 252aeff
BarcodeReaderSimpleSample/App.js
@@ -46,7 +46,7 @@ class App extends React.Component {
46
47
async componentWillUnmount() {
48
await this.reader.stopScanning()
49
- this.reader.removeResultListener()
+ this.reader.removeAllResultListeners()
50
}
51
52
0 commit comments