thecodejack/svelte-file-dropzone

No Svelte 4 Support...

rchrdnsh opened this issue · 8 comments

I have the same issue. As a workaround, I switched to pnpm. pnmp issues an unmet peer warning but still works and uses svelte 4. pnpm is better than npm anyway...

Sorry - been on vacation - will look to fix soon

Thank you. Appreciate it!

Maybe something like this helps in package.json:

"svelte": "^3.54.0 || ^4.0.0"

At the moment the svelte 3 requirement is preventing the build of my project.

@arackaf Let know if you have made some progress on this? Else I can try to take it up?

SO SORRY for the delay. I just pushed a new version with what @bluepuma77 suggested. Can someone test it? I don't have a Svelte project handy that's running on v4

@thecodejack thanks - finally got to it tho :)

Just tested and seems to work