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
when generating large files jspdf block the ui takes too long time. i need this to be not to happend to provide best user experience. i am using doc.html() method to convert html stirng into pdf in react render to string method from react dom server doc.html(ReactDOMServer.renderToString(<TemplatePdf dataList={array} deckTittle={deckTittle}></TemplatePdf>),{optionals}
The text was updated successfully, but these errors were encountered:
when generating large files jspdf block the ui takes too long time. i need this to be not to happend to provide best user experience. i am using doc.html() method to convert html stirng into pdf in react render to string method from react dom server
doc.html(ReactDOMServer.renderToString(<TemplatePdf dataList={array} deckTittle={deckTittle}></TemplatePdf>),{optionals}
The text was updated successfully, but these errors were encountered: