BerkinAKKAYA / svelte-image-gallery

A Masonry-Like Image Container for Svelte
https://madewithsvelte.com/svelte-image-gallery
53 stars 13 forks source link

VS Code error - depreciation problem #14

Open marksteven opened 7 months ago

marksteven commented 7 months ago

Adding svelte-image-gallery to new svelte project threw this error. svelte-image-gallery@1.7.1

Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.

Using the svelte field in package.json to point at .svelte source files is deprecated so will fail soon. Is there a work around on this?

BerkinAKKAYA commented 2 months ago

Should be solved with @Relepega 's fix (#15). Can you try svelte-image-gallery@1.8.0?