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 a7a52f5 commit 8d5c4fbCopy full SHA for 8d5c4fb
app/containers/WebcamDisplay/index.js
@@ -70,7 +70,7 @@ export class WebcamDisplay extends React.PureComponent { // eslint-disable-line
70
71
startDevices() {
72
if (!navigator || !navigator.mediaDevices) {
73
- this.setNewError('Sorry, navigator or navigator.mediaDevices does not seem to be available in this browser!');
+ this.setNewError({ message: 'Sorry, navigator or navigator.mediaDevices does not seem to be available in this browser!' });
74
return;
75
}
76
navigator.mediaDevices.enumerateDevices()
0 commit comments