Hello,
I've just updated to SvelteKit v2 and the library works fine. It would be nice to specify "@sveltejs/kit": "^1.25. 2 || ^2.0.0" in package.json to prevent a peer dependencies warning.
There is also this new warning when starting the dev server:
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
sveltekit-sse@0.5.0
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
Hello, I've just updated to SvelteKit v2 and the library works fine. It would be nice to specify
"@sveltejs/kit": "^1.25. 2 || ^2.0.0"
inpackage.json
to prevent a peer dependencies warning. There is also this new warning when starting the dev server: