react-to-pdf icon indicating copy to clipboard operation
react-to-pdf copied to clipboard

Pdf generation is stuck after updating to Chrome v138

Open fpegios opened this issue 6 months ago • 0 comments

This is the code I am using:

`const { toPDF, targetRef } = usePDF({ filename: 'page.pdf' })

<button onClick={() => toPDF()}>Download PDF

Content to be included in the PDF
`

The app is stuck after pressing the button.

Do you know can I solve it?

Thanks in advance

fpegios avatar Jul 01 '25 10:07 fpegios