wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
9.24k stars 877 forks source link

Improve Next.js documentation and samples #1613

Closed mochamadsatria closed 11 months ago

mochamadsatria commented 11 months ago

This is to suspend unwanted error because canvas cannot be found (Server Side Rendering) because when trying to use other library like firebase it does not make Re-export error.

wojtekmaj commented 11 months ago

Are you saying the suggested installation instructions for React-PDF are wrong? Is there a reproducible example showing what's not working at the moment?

mochamadsatria commented 11 months ago

Yes, this is the repository contain the bare minimum to reproduce the error.

https://github.com/mochamadsatria/react-pdf-error-reproduce

wojtekmaj commented 11 months ago

Thanks for this. Cleaned up documentation and examples, looks like it's working better than before. Fantastic tip :)