-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render Image inside a Fixed View tag with render function causes undefined, reading 'width' issue #1587
Comments
Having the same problem.
node.image is undefined |
any workaround for this issue ? |
I am facing the same issue in latest version as well . i am using @react-pdf/renderer |
fix: fetch assets inside dynamic content (diegomura#1369, diegomura#1587, diegomura#1630, diegomura#1936,…
Hi, any solution to this issue? :-( |
emm....it's not fixed now? |
yes still i am getting errors like that |
I just created a PR for this issue: |
hi, any solution for this issue? |
I get error:
Error: TypeError: Cannot read properties of undefined (reading 'width')
when trying to add an image/logo to a fixed View tag, and it needs to be the render function because I need the pageNumber logic
This use to work in 1.6, and I may have to revert back to version1
The text was updated successfully, but these errors were encountered: