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
I have attached the code rendering the particular pdf
Go to SmartReport
import from SmartReport index.js
Render it inside ReportWebWorkerWrapper
Expected behavior
The expected behaviour is to render the pdf with table and if an error occurs the window should not become unresponsive but onRenderError in Viewer should give me something.
Actual behavior
The window is becoming unresponsive and no sign of error on console or onRenderError
Before you start - checklist
Description
I am using usePdf to render my react-pdf code, I have a wrapper like -
And i am trying to render the following code that makes my webpage unresponsive -
Steps to reproduce
I have attached the code rendering the particular pdf
Go to SmartReport
import from SmartReport index.js
Render it inside ReportWebWorkerWrapper
Expected behavior
The expected behaviour is to render the pdf with table and if an error occurs the window should not become unresponsive but onRenderError in Viewer should give me something.
Actual behavior
The window is becoming unresponsive and no sign of error on console or onRenderError
Additional information
No response
Environment
"@react-pdf/image": "^2.2.2",
"@react-pdf/layout": "^3.6.4",
"@react-pdf/pdfkit": "^3.1.2",
"@react-pdf/renderer": "3.1.6",
"@react-pdf/textkit": "^4.3.0",
The text was updated successfully, but these errors were encountered: