Open Belkacem opened 2 years ago
I did ` const Quixote = () => (
);`
and it worked fine. Not sure why you do ` <View render={() =>
} fixed />`
I need to render an image only on some pages
If I've understood this dependency correctly, you need to do it manually. `const Quixote = () => (
);`
Thanks for the effort, but your suggestion doesn't resolve the problem. even if my use case has another solution, there's clearly a bug here and FYI it was working on older versions of react-pdf. Cheers :-)
I'm not getting an error in the REPL
Describe the bug Image under View render prop we get this error message : Error: TypeError: Cannot read properties of undefined (reading 'width')
To Reproduce Repl link
Expected behavior Should display an Image
Desktop (please complete the following information):