react-pdf v6 + nextJS v13 integration not working with dynamic routes #1388
Replies: 1 comment 1 reply
-
Nevermind, I found the Issue the second after posting this 😅 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I forked a Sandbox and bumped the versions to the most recent ones:
https://codesandbox.io/p/sandbox/react-pdf-next-js-forked-50d8vb?file=%2Fpages%2Findex.js
However, on the root index.js everything is working fine (, but as soon as I use dynamic route syntax <codeSandBoxUrl/test/1> the import breaks. I am not sure if this is a Next.js Bug or if I don't have the correct configuration setup.
Anyone else encoutered this issue?
Beta Was this translation helpful? Give feedback.
All reactions