-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of null (reading 'scope') #33
Comments
same problem |
same problem. |
I cannot reproduce this error.. I have created demo quasar app: Source: https://github.com/scholtz/qrcode-quasar |
same problem. |
Même problème |
Same problem here too |
anyone find the solution for this error? |
Didn't have time to try to make it work, so I simply switched to qrcode.vue |
same problem. |
same problem |
1 similar comment
same problem |
same problem on [email protected] |
update vue: |
same issue, didnt work for me |
same issue |
I updated to vue": "^3.3.2" and it worked for me :) |
Hi!
I've just installed your package and I've tried the basic example
<QRCodeVue3 value="Simple QR code"/>
.Unfortunately the error "TypeError: Cannot read properties of null (reading 'scope') at Ye (index.es.js:2271:12)" is thrown immediately.
Maybe you could help me understand what's the issue. I'm running a Quasar application with Typescript. Thanks for your help.
The text was updated successfully, but these errors were encountered: