mario-jerkovic / next-swc-react-pdf

Repo which reproduces issue with react-pdf lib and next swc minify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1

  • insted of NextJS dynamic import we are using vanilla dynamic import for PDF React component which should be rendered on function call

v2

  • uses NextJS dynamic import for component (DynamicPDFExport.tsx) so that the react-pdf is not imported on server and component not rendered on server

in both examples page will crash but only on v1 page will there be an error in the console

About

Repo which reproduces issue with react-pdf lib and next swc minify


Languages

Language:TypeScript 95.6%Language:JavaScript 4.4%