Replies: 2 comments
-
Hey @Johoseph . To be honest I never did something like this not used preact in the past. I'll leave it open in case someone has a better answer than mine 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @diegomura, is it possible to use the library without modify the webpack.config file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I was wanting to use this library in Preact and was encountering an error with the PDFViewer component freezing the browser on attempted render. The other components are working correctly (Document, Page, etc.) so I presume the issue has something to do with how I am aliasing react to preact. For reference, I have included my webpack and preact config files below:
webpack config
preact config
Has anyone had any experience with this or would have any starting points on debugging the frozen PDFViewer?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions