kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

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

I'd argue that we shouldn't pass the path params from server to client, for the same reason we're no longer passing the URL -- the real version on the client...

### Describe the bug Let us assume such a file structure ``` hash -routes └login └[email protected] |-__error.svelte |-__layout-init.svelte |[email protected] └index.svelte ``` `__layout-init.svelte` used to load initialization content such as shared...

bug
p1-important

### Describe the problem `%svelte.nonce%` does not appear to be documented anywhere Also, we don't really describe what happens with the various options. E.g. what happens if you set `hash`?...

documentation

### Describe the problem There are a number of cases where it's valuable to be able to read and write state associated with a particular history entry. For example, since...

enhancement
p1-important

### Describe the bug SvelteKit: If you try to send a POST Request from **Server-to-Server** with **FormData** the request will fail. Sveltekits `fetch()` does not set content-type multipart/form-data. The Request...

bug
blocked by upstream

### Describe the bug If SvelteKit's `fetch()` is called against a URL that causes a CORS error in a web browser, the resulting behaviour might be unexpected for a developer....

enhancement

### Describe the bug When using adapter static with a redirect server root, no root index.html is exported. This results in a 404 error when fetching the root index.html, instead...

bug
p3-edge-case

### Describe the bug When using page endpoints, the JSON output of the request isn't serialized before passing it to the component/load(), causing the SSR version of these pages to...

enhancement
p1-important

### Describe the problem Consider the scenario where several [invalidate requests](https://kit.svelte.dev/docs/modules#$app-navigation-invalidate) to the same dependency are triggered in rapid succession (say because of an updating query parameter, e.g. `?search=foo`). The...

enhancement

### Describe the bug When creating a component library with Svelte Kit and packaging it using `svelte-kit package`, you cannot include other functions, specificlly tested with `goto`. One of my...

documentation
svelte-kit package