Update ERRORS.mdx

This commit is contained in:
Marc Rousavy 2021-09-09 22:03:23 +02:00 committed by GitHub
parent 7ccc8b65f0
commit fe4b3c093b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ function App() {
}
}
}
}, [camera]);
}, [camera])
return <Camera ref={camera} {...cameraProps} />
}