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
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Hello :)
Im using your vue3 qrcode reader for one of my applications... After the QR Reading Page is opened for a few minutes it is crashing with the error Cannot read properties of null (reading 'id'), so I need to reload the page before Im able to scan more qr codes...
I looked for that error in the code and got into this repository. The exact location of the error is in your worker.ts file on line 52. I think a little check if event.data is null would solve that problem.
...is it possible to add that check?
Have a good one :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello :)
Im using your vue3 qrcode reader for one of my applications... After the QR Reading Page is opened for a few minutes it is crashing with the error
Cannot read properties of null (reading 'id')
, so I need to reload the page before Im able to scan more qr codes...I looked for that error in the code and got into this repository. The exact location of the error is in your worker.ts file on line 52. I think a little check if event.data is null would solve that problem.
...is it possible to add that check?
Have a good one :)
The text was updated successfully, but these errors were encountered: