sidahmedabdelillah

Results 1 comments of sidahmedabdelillah

Having the same problem here ` const contentRef = useRef(null); useImperativeHandle(ref, () => ({ print: () => {}, download: () => generatePDF(contentRef, { filename: "pdf.pdf", method: 'save' }), })); `