kit
kit copied to clipboard
web development, streamlined
### Describe the bug When using our package `@sentry/sveltekit` in a minimal SvelteKit app with `@sveltejs/adapter-cloudflare`, a build error is logged when the adapter is invoked (see [logs](#logs)). Upon closer...
### Describe the problem I have a page loader indicator on the root layout level. But I also have a page loader indicator on deeper layouts. The problem is that...
### Describe the problem It would be great if Svelte had support for "cache-and-network" calls. The first time the page load function is called, we cache the response. The second...
### Describe the bug I've found two bugs with navigating using both `goto` and `pushState` related to `$page` store. When navigating with `goto` to the same route as the current...
### Describe the bug **Issue Description**: It seems that adding the `proxy` attribute to your `vite.config.ts` file, even if left empty, causes Vite to disable HTTP/2 support for your development...
### Describe the problem We're evaluating SvelteKit as our framework of choice, but we need to control which page will be rendered on which route server-side with answers from our...
### Describe the problem Named layouts and pattern matching are amazing new features that are adding a ton of value to SvelteKit, and I'm very excited about them in general!...
fixes https://github.com/sveltejs/kit/issues/12305 closes https://github.com/sveltejs/kit/pull/12306 This is an alternative to https://github.com/sveltejs/kit/pull/12306 instead of creating the emulator every time the Vite dev and preview middlewares are invoked, we await Cloudflare's platform proxy...
### Describe the bug Everything seems okay when using `adapter-auto`. However `vitest` hangs With `adapter-cloudflare`. I saw [this issue](https://github.com/vitest-dev/vitest/issues/2008) and tried `pool: 'forks'` but it didn't fix the problem. ###...
### Describe the bug We are observing memory leak in our code after upgrading to svelte kit 2. On further investigation found out the leak is coming from the fetch...