davidshimjs/qrcodejs

Uncaught TypeError: Cannot read properties of undefined (reading 'length')

timbogdanov opened this issue · 1 comments

Getting a Uncaught TypeError: Cannot read properties of undefined (reading 'length') error every-time a QR Code is created. Qr code does get created successfully, but what is this issue?

issue closed, i was calling qrcode.makeCode(qrcode.text); right after creating a QR code.