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 In a production deployment on Vercel, I'm getting logs from my handleError function in hooks.server.ts saying that some routes in the .vercel/output/static/_app/immutable/assets/ are not found, even...

pkg:adapter-vercel
awaiting submitter

### Describe the problem Kit is great and the new routing changes have opened up a world of possibilities. Running tests is still a bit of a hassle. I would...

enhancement

### Describe the bug Hi, I’m the maintainer of a small Svelte action called [svelte-reveal](https://github.com/DaveKeehl/svelte-reveal) that allows users to easily create and trigger animations on scroll. I’ve tested my package...

### Describe the bug I replaced the `src` and `static` folder in my project with symlinks that point to another cloned repository folder. This causes `vite build` to hang indefinitely...

bug

### Describe the bug First off, sorry if this is the wrong place, I am fairly new to all the things going on here. I have been trying to create...

documentation
p3-edge-case

### Describe the problem i keep my `tsconfig.json` for svelte in a different location so i can have different `tsconfig`s for different parts of my project that are recognised by...

types / typescript

### Describe the problem The SvelteKit documentation, with a 1216px wide viewport, does not contain the "ON THIS PAGE" column: ![obraz](https://user-images.githubusercontent.com/16800535/200438458-d7d7acf0-c9a4-4d74-993a-176cbd779eaa.png) For comparison - MDN with a 1216px wide viewport...

documentation

### Describe the bug I set up a small test repo with Kit just now to demonstrate some other issue. All I did was create the repo with `npm init...

svelte-package

### Describe the problem - When developing with `svelte-kit dev`, the `event.platform` object is always empty, with no great way to mock it. - When building using an adapter like...

enhancement

### Describe the bug I have global styles in the `` for the main +layout.svelte. On the dev env, the components `` put after main `` but [adapter-node](https://github.com/sveltejs/kit/blob/master/packages/adapter-node) inject it...

bug
vite