-
Pour éviter les fail lors du déploiement, implémenter un handleHttpError in https://kit.svelte.dev/docs/configuration#prerender
-
deno 2.0.6 (stable, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2
Hi,
I am using SvelteKit and I am trying to reproduce [this example](https://svelte.dev/docs/kit/load#M…
-
### Describe the bug
The Drawer in the @next version breaks inputs on mobile making the keyboard open and close in a very strange way
### Reproduction
It happens in the documentation exampl…
-
On the Kit repo we used to deploy the template on each PR, e.g. to https://cloudflare.demo.svelte.dev. It's a good way to ensure that things are working end to end. Now that `create-svelte` no longer …
-
### Initial checklist
- [X] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/)
- [X] I searched [issues](https://github.com/…
-
### Describe the bug
when I configure vite locally as I did in the stackblitz reproduction, I get the following error:
```
11:09:18 PM [vite] Error when evaluating SSR module /src/routes/(public)…
-
### Describe the bug
When VSCode adds an import automatically, it adds it under the `let { data }: { data: PageData } = $props();`, which then gets removed when saving, probably due to auto-formattin…
-
@janpio brought me here in https://github.com/prisma/prisma/pull/12907. In Svelte Kit, if we import Prisma in the way the documentation suggests:
```ts
import { PrismaClient } from '@prisma/client…
tnzk updated
5 months ago
-
I was trying to use the rehypeShiki (from [here](https://shiki.matsu.io/packages/rehype)) plugin with svelte-exmarkdown. I hit this error:
```bash
Error: runSync finished async. Use run instead
…
-
### Describe the bug
Hello, is this not possible in Svelte? Seems like the compiler is having a meltdown
```ts
import _Button from './Button.svelte';
import ButtonLink from './ButtonLink.svelte'…