Uncaught TypeError: Cannot read properties of undefined (reading 'length')
timbogdanov opened this issue · 1 comments
timbogdanov commented
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?
timbogdanov commented
issue closed, i was calling qrcode.makeCode(qrcode.text);
right after creating a QR code.