Gaëtan Renaudeau
6 years ago
No known key found for this signature in database
GPG Key ID: 7B66B85F042E5451
1 changed files with
2 additions and
0 deletions
-
src/components/QRCodeExporter.js
|
|
@ -37,6 +37,8 @@ class QRCodeExporter extends PureComponent< |
|
|
|
} |
|
|
|
|
|
|
|
componentDidMount() { |
|
|
|
console.log(`BRIDGESTREAM_DATA=${JSON.stringify(this.props.chunks)}`) // eslint-disable-line
|
|
|
|
|
|
|
|
const nextFrame = ({ frame }, { chunks }) => ({ |
|
|
|
frame: (frame + 1) % chunks.length, |
|
|
|
}) |
|
|
|