Hugues Blanco

Results 6 comments of Hugues Blanco

I’m encountering the same issue - @react-pdf/renderer: 3.4.4 - vite: 5.4.8 - Chrome: 129.0.6668.70 I use a `` component in both a `` and a ``, and it seems that...

Hi everyone, After further investigation, I came across this pull request, which provides more insight into the issue: https://github.com/diegomura/react-pdf/pull/2878. It appears that the problem is related to Yoga's initialization. A...

> > Hi everyone, > > After further investigation, I came across this pull request, which provides more insight into the issue: #2878. It appears that the problem is related...

Thanks for the pointer, @logan-jobzmall! After reviewing the history of `@react-pdf/layout`, I found this bug was introduced in version 3.13.0. Downgrading `@react-pdf/layout` to version 3.12.1 resolved the issue on my...

Hi @ngamsomset, `@react-pdf/renderer` version 4.0.0 includes `"@react-pdf/layout": "^4.0.0"` as a dependency. To avoid `bindingErrors`, you’ll need to use a version of `@react-pdf/renderer` that allows `@react-pdf/layout` version 3.12.1. The last compatible...

@ngamsomset, glad it’s working for you! I have no specific info. What you can do is subscribe to the linked pull request thread ( https://github.com/diegomura/react-pdf/pull/2878). So you would be informed...