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

### Describe the bug ![Screenshot from 2024-09-18 10-43-48](https://github.com/user-attachments/assets/42437388-0e3e-44db-9b7e-0d92ace1260b) I don't understand why this is failing though ![Screenshot from 2024-09-18 10-43-18](https://github.com/user-attachments/assets/a234da42-e702-49a3-8b83-2cea5cfcf871) I should also note that `TemplateNode` is declared in the...

svelte 5

### Describe the problem According to https://github.com/sveltejs/kit/pull/4963, @Rich-Harris said we don't preload fonts by default because they may be imported but not used on a page. Though I'm not sure...

needs-decision

### Describe the problem When working with universal loaders (`+page.js` and `+layout.js`), there's (_seemingly_) no way to pass around functions or object instances without resorting to globals or singletons. On...

feature request

### Describe the problem `+layout.svelte`: ```svelte import type { Snippet } from "svelte"; const { children }: { children: Snippet } = $props(); let someVal = $state(5) {#if someVal !==...

svelte 5

### Describe the bug https://vercel.com/docs/functions/limitations#functions-name > The following limits apply to the function's name when using [Node.js runtime](https://vercel.com/docs/functions/runtimes/node-js): > Maximum length of 128 characters. This includes the extension of the...

pkg:adapter-vercel

### Describe the bug Hello, I've a weird issue, when i return promise on onNavigation, until the promise was resolve, if i "re-click" on the same link, the url "toggle"...

bug

closes https://github.com/sveltejs/kit/issues/12799 Adds a warning at dev time of which characters in the cookie name are invalid according to the RFC --- ### Please don't delete this checklist! Before submitting...

### Describe the bug This seems like a bug even though it could be the desired behaviour, but here I go: Having a file `functions.js` including two functions: 1. fetchAPI`...

documentation
$env

### Describe the problem Currently when prerendering a website, if some pages are not prerendered, the following message is thrown during build time : ``` The following routes were marked...

awaiting submitter