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 Importing a Wasm module fails, whereas a simple (non-sveltekit) svelte app can load and use the Wasm module just fine. I'm generating the Wasm module (and...

vite

### Describe the bug According to [docs](https://kit.svelte.dev/docs/modules#$app-navigation-beforenavigate) > "When navigating to an external URL, navigation.to will be null." However this is not the case as far as I can see....

### Describe the problem With the new csrf protection I can't receive webhooks without disabling csrf on all routes ### Describe the proposed solution In the csrf config, it would...

documentation

### Describe the bug Previous to the sveltekit update, I was able to run a local sever and code without the server dropping out or disconnecting. Since the update, I...

awaiting submitter

### Describe the bug I'm getting a typescript error when I do this... ```ts import { invalid, type Actions, type ActionResult } from '@sveltejs/kit'; type Invalid = { message: string;...

documentation

### Describe the problem Issue #1538 discusses about setting up external resources, but how do you clean them up? ### Describe the proposed solution The solution would be a `cleanup()`...

awaiting submitter

### Describe the bug I would like to have an input in a page that receives focus upon client side navigation. I am trying to call input.focus() in afterNavigate however...

bug

### Describe the bug I have a monorepo which shares a base tsconfig and I want sveltekit to extend it. However the root sveltekit tsconfig extends `.svelte-kit/tsconfig.json` and I cannot...

enhancement

### Describe the bug I'm trying to replace SASS with PostCSS. I have a PostCSS file that contains my CSS variables (e.g. colors, custom media queries etc.). I'm using postcssPresetEnv...

#6629. This makes client-side navigation/submission behave more like their native counterparts ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x]...