kit
kit copied to clipboard
web development, streamlined
### Describe the bug  I don't understand why this is failing though  I should also note that `TemplateNode` is declared in the...
### 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...
### 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...
### Describe the problem `+layout.svelte`: ```svelte import type { Snippet } from "svelte"; const { children }: { children: Snippet } = $props(); let someVal = $state(5) {#if someVal !==...
### 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...
### 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"...
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`...
### 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...