We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd465a + 2500550 commit 4cb8db5Copy full SHA for 4cb8db5
1 file changed
hello-world/react-hooks/README.md
@@ -182,10 +182,10 @@ function VideoCapture() {
182
alert(errMsg);
183
}
184
185
+ // Resolve pInit promise once initialization is complete.
186
+ resolveInit!();
187
})();
188
- // Resolve pInit promise once initialization is complete.
- resolveInit!();
189
190
// componentWillUnmount. dispose cvRouter when it's no longer needed
191
return async () => {
0 commit comments