File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ class VideoCapture extends React.Component {
173
173
) => {
174
174
if (!result.barcodeResultItems.length) return;
175
175
176
- resultsContainer.current!.textContent = '';
176
+ this. resultsContainer.current!.textContent = '';
177
177
console.log(result);
178
178
for (let item of result.barcodeResultItems) {
179
- resultsContainer.current!.append(
179
+ this. resultsContainer.current!.append(
180
180
` $ {item.formatString }: $ {item.text }` ,
181
181
document.createElement('br'),
182
182
document.createElement('hr'),
@@ -527,4 +527,4 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d
527
527
528
528
## Support
529
529
530
- If you have any questions , feel free to [contact Dynamsoft support ](https :// www.dynamsoft.com/company/contact?utm_source=sampleReadme).
530
+ If you have any questions , feel free to [contact Dynamsoft support ](https :// www.dynamsoft.com/company/contact?utm_source=sampleReadme).
You can’t perform that action at this time.
0 commit comments