Jenya
Results
2
issues of
Jenya
Error while importing into React project ``` import HTMLtoDOCX from 'html-to-docx'; const downloadDocument = async () => { await saveDocument.mutate(); const finalHtml = `hello`; const blob = await HTMLtoDOCX(finalHtml, null,...