Cyrus Zei
Cyrus Zei
what worked for me was to check at the top of your file so that it does not imported something like `import { threadId } from 'worker_threads';` Remove that and...
any updates on this? This feels like a perfect example of why you assign more than one who can publish.
I have moved away from this component and are using the one that comes directly from react-native instead since for me this has become a liability issue and I made...
I don't think to spam the comments will make the author fix this faster. Just have some patience guys
nope, that does not work for me. I get this error `ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :react-native-pdf.`
if that does not work, you can just add this to your vite config file ``` build: { commonjsOptions: { transformMixedEsModules: true }, // Change }, ``` so something like...
oh, this is awesome! any chance for this to get merged?
> There is a repository created by shadcn for it, although it is not updated. https://github.com/shadcn/vite-template > > It is somewhat broken, and I have a fork that actually works...
Would be nice if this was in the docs 😄 I spent like 3 hours to figure this out 😄
any update on this? it is damn annoying to not get past this.