You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stuck in a infinite loop given the following component.
constdecodeCallback=(result: any,error: any)=>{if(result){console.log('Barcode found:',result.getText());captureImage();return;}if(error&&!error.message?.includes('No MultiFormat Readers were able to detect')){console.log("another error");console.debug('Scan attempt failed:',error);}};decodeRef.current=awaitcodeReaderRef.current.decodeFromVideoElement(videoRef.current,decodeCallback);
even though i get a successfull return. sometimes it work. most of the times the result wont return and is stuck in an infinite loop
locking resources.
what do?
The text was updated successfully, but these errors were encountered:
stuck in a infinite loop given the following component.
even though i get a successfull return. sometimes it work. most of the times the result wont return and is stuck in an infinite loop
locking resources.
what do?
The text was updated successfully, but these errors were encountered: