We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df68000 commit 191e670Copy full SHA for 191e670
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