kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

Results 1158 kit issues
Sort by recently updated
recently updated
newest added

vite-plugin-svelte has prebundleSvelteLibraries enabled by default now ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [ ] It's really useful...

### Describe the bug When navigating to a new page, if you are already scrolled partway down the page, the next page load will keep the current scroll position and...

bug
help wanted
router
p2-nice-to-have
scroll management

### Describe the bug Hello, When reading the readme on this page https://github.com/sveltejs/kit/tree/master/packages/adapter-static I went directly to a porn page when clicking on "more often than you probably think". Load...

### Describe the bug `kit.svelte.dev` is not complying to the [General Data Protection Regulation](https://gdpr-info.eu/) (GDPR), and if someone in Europe files a complaint, the Svelte team will have to deal...

uses a negated micromatch pattern to only include @sveltejs packages and published non-org packages. This skips over the plethora of test apps and other non-published things like the templates. Con:...

The purpose of this PR is to retain access to the original request from Express during SvelteKit SSR. We run session and auth middleware on all Express requests before we...

### Describe the bug When running svelte-kit on Cloudflare or Miniflare, no assets in `/_app/immutable` can be fetched with the error `TypeError: Cannot read properties of undefined (reading 'fetch')`. I...

documentation
help wanted
pkg:adapter-cloudflare

### Describe the bug I try to use `uuid.v4()` in an API route but Sveltekit is giving me this error. Code: ```js import * as uuid from 'uuid' import {...

Congrats to the version release! Before no web-first assertion was used for the assertion, which means that it did not retry and just failed when the text was not matching....