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 This appears to be a circular dependency, but it isn't (at least not in the source code). However, while building the app after upgrading from `#405`...

vite
blocked by upstream

### Describe the bug I have been hunting down a performance issue and I've tracked it down to the root component is being initialized twice for every `npm run dev`...

vite

### Describe the problem Edge functions in Vercel do not work as expected. You have to specify the variable EXACTLY in `process.env` for it to work, while $env seem to...

enhancement
pkg:adapter-vercel

### Describe the problem Some SvelteKit specific data can be hard to log/debug. A debug toolbar or overlay could help onboard new developers to SvelteKit. ### Describe the proposed solution...

enhancement

### Describe the problem I would like to have the result object parameter of enhance function to be typed. Example: *+page.server.ts* ``` import { invalid, type Actions } from '@sveltejs/kit';...

types / typescript

### Describe the bug This is to reopen issue #6823 First of all, thanks everyone for helping with this issue, but even after upgrading to the newest sveltekit version, the...

types / typescript
blocked by upstream

### Describe the bug I got this ~error~ warning when running `npm run build` in netlify: ``` [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json] ``` I think `vite build`...

wontfix

### Describe the problem I can see examples on the web where raw `userId` is used as session key: https://dev.to/theether0/sveltekit-changes-session-and-cookies-enb ```js cookies.set('session', user.entityId, { path: '/', httpOnly: true, sameSite: 'strict',...

### Describe the bug If I understand correctly, using the `fetch` implementation provided by `load` on a prerendered route should effectively just hydrate the page with JSON fetched during build,...

documentation

**Is your feature request related to a problem? Please describe.** Cloudflare recently introduced the ability to maintain websocket connections with workers, in addition to a stateful storage solution called 'Durable...

enhancement
pkg:adapter-cloudflare-workers