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
Describe the bug
Running in Nuxt am able to download the PDF the firs time. But when attempting to do so a second time, get the following error in the console:
Uncaught (in promise) Unable to find element in cloned iframe in downloadPDF
Describe the bug
Running in Nuxt am able to download the PDF the firs time. But when attempting to do so a second time, get the following error in the console:
Uncaught (in promise) Unable to find element in cloned iframe in downloadPDF
it seems to get to the following in the module:
this.pdfFile = await html2PdfSetup.output('bloburl');
(
To Reproduce
Steps to reproduce the behavior:
Screenshots
N/A
Package Version
e.g. 1.8.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: