-
So I had updated to svelte5 and the setup breaks with following error when parsing .md files with mdsvex
```
[vite] Error when evaluating SSR module /src/routes/(blog-articles)/+layout.server.ts: …
-
### Describe the bug
I'm trying to use Flydrive with SvelteKit using the any of the Cloudflare adapters but none of them work. The same imports work with Hono, so I'm guessing there's something going…
-
### Describe the bug
The onintrostart fires immediately, before the element has been mounted ignoring the `delay` parameter. This is in Svelte 4 and 5
### Reproduction
https://svelte.dev/playground…
-
### Describe the bug
I am using Kit 2 and Vite 5, when I `build` then `preview` `prerendered` pages are missing CSS lines in HTML
when I switch back, to Vite 4.5.0 (still keeping kit 2 changes…
-
### Describe the bug
I just figured out what the problem is that causes https://github.com/sveltejs/vite-plugin-svelte/issues/969.
Everything works good until I launch `npm run check` in another…
-
### Describe the bug
I'm not sure if this should be in Svelte or Kit repo, but since it appeared with Svelte 5, i'm posting it here.
`` is not properly hydrated when using SSR with SvelteKit.
W…
-
### Environment
```
System:
OS: Linux 6.10 CachyOS Linux
CPU: (16) x64 AMD Ryzen 7 8845HS w/ Radeon 780M Graphics
Memory: 7.65 GB / 14.92 GB
Container: Yes
Shell: 5.9 - /u…
-
### Describe the bug
![image](https://user-images.githubusercontent.com/53383860/233819233-2fe7072a-bd04-4a9b-93dc-361f1927b255.png)
Has per [MDN docs](https://developer.mozilla.org/en-US/docs/Web…
-
### Describe the bug
If we define the load method in the root `+layout.server.ts` like this:
```ts
import type { LayoutServerLoad } from './$types';
export const load: LayoutServerLoad = () …
-
```
9:29:01 AM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
svelte-infinite-loading@1.3.8
Please see https…