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
The issue can be reproduced by introducing an invalid "image" path for the QR Code Config.
If done, the await qrCode.getRawData("png"); will never resolve.
I am sending that issue evn if the fix is easy, as there was no error thrown while I encountered this case.
letqrCodeConfig={};qrCodeConfig.data=string;qrCodeConfig.image="invalid_file.png";letqrCode=newQRCodeStyling(qrCodeConfig)letqrCodePng=awaitqrCode.getRawData("png");// <- Big Boy will never resolve
Note: Have not tested with any other argument file type for getRawData
The text was updated successfully, but these errors were encountered:
The issue can be reproduced by introducing an invalid "image" path for the QR Code Config.
If done, the await qrCode.getRawData("png"); will never resolve.
I am sending that issue evn if the fix is easy, as there was no error thrown while I encountered this case.
Note: Have not tested with any other argument file type for getRawData
The text was updated successfully, but these errors were encountered: