-
-
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
Putting <Image/> in the render prop causes a crash (Dynamic content) #2444
Comments
@Justinio99 Nice one! |
Here's hoping it'll get merged! |
@Justinio99 I just discovered that there are issues with custom fonts within the render prop as well, as soon as I put text inside a render prop, it loses any defined custom font and render with some default font instead. |
Units like Edit: Flexbox is not working as well, I assume it is a general problem. |
If it helps, the issue is PROBABLY related to the image size. For small images (in KBs) it works fine |
@hwaliashraf I've tried with as small as 3 KB images |
@jgo80 The styles issue seems to be a separate issue and have been resolved 😄 : #2531 (comment) |
Describe the bug
When placing an
<Image/>
element in a render prop an error occurs.For example, I want to show an image last but only on the first page, not on the consecutive pages. So I need to use the render prop to get
pageNumber
value. It works using<Text/>
but not with<Image/>
To Reproduce
Steps to reproduce the behavior including code snippet (if applies):
<Document>
:<Image/>
:React PDF REPL link
You will see it getting stuck on "Rendering PDF"
Expected behavior
I expect the image being rendered.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: