Open SpudNyk opened 2 years ago
I'm having the same issue since the update to the latest version
We experience the same bug when upgrading from @react-pdf/renderer@2.1.1 to @react-pdf/renderer@2.1.2.
Additionally, when a Text is inside a View with a fixed height, whilst the text itself needs more height, the rendering crashes too.
I already fixed this in #1917. We just have to wait for a release of react-pdf which includes this.
I already fixed this in #1917. We just have to wait for a release of react-pdf which includes this.
When will this be released? I think it's critical.
Do we have any idea when a new version will be released?
any chance for a release here? it's been a month and we can't manually pull in this fix.
@diegomura seems to be on vacation or something. But the bug was introduced in @react-pdf/renderer v2.3.0, so you can pin to v2.2.0 for now until a new version is released. By the way, @jeetiss you do not by any chance have the rights to publish new versions, do you?
Any updates about when this will get published? @diegomura
@diegomura Any updates on this fix?
This was fixed and published with @react-pdf/textkit@4.1.0. Does the fix not work for you @christopherromero? If it does, this issue could be closed.
After updating to @react-pdf/renderer
v3.0.0 I can confirm that no more crashes occur, so I think this issue can be closed.
Describe the bug
When rendering text that overflows its container (even if it's overflow hidden) I get the following error:
This did not occur in version 2.1.1, but did in 2.3.0
To Reproduce The following code will reproduce the error in the repl
react-pdf REPL
Expected behavior A crash to not occur