kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

Results 1158 kit issues
Sort by recently updated
recently updated
newest added

### Describe the problem This is a basic example for hooks from the docs ```ts src/hooks.server.ts import type { Handle } from '@sveltejs/kit'; export const handle = (async ({ event,...

### Describe the bug If a form action redirects, the status code passed into `redirect(status, location)` is always replaced with `303`. ### Reproduction https://stackblitz.com/edit/sveltejs-kit-template-default-cq96ae?file=src/routes/+page.server.js Click the button and look at...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^16.18.6` -> `^18.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.11/18.11.18) |...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

`src/routes/[[a]]/foo/+page.svelte` doesn't match the route `/foo-abc` , and there aren't any cases with parameter matcher, so I propose using `src/routes/[[a=string]]/+page.svelte` instead. ### Please don't delete this checklist! Before submitting the...

`waitForTimeout` is inherently flaky and we should avoid using it as much as possible `page.textContent` is discouraged: https://playwright.dev/docs/api/class-page#page-text-content as is `page.click`: https://playwright.dev/docs/api/class-page#page-click The `window.now` cache invalidation basically didn't work at...

### Describe the bug I have a page (`src/routes/things/[slug]/+page.svelte`) which has a corresponding `+page.server.ts` file. In this file I import several images and I then use `params` to determine which...

### Describe the bug Hey everyone, I'm Chris from the [Skeleton](https://skeleton.dev/) UI library. I wanted to report an odd issue we've seen come up with the v1.0 launch of SvelteKit....

bug
blocked by upstream

### Describe the problem I've always wanted to make my own custom routing files but frustrated when I cant import the [`utils/routing.js`](https://github.com/sveltejs/kit/blob/master/packages/kit/src/utils/routing.js) from sveltekit and I have to implement my...

awaiting submitter

Closes https://github.com/sveltejs/kit/issues/6868 by allowing the user to specify a root tsconfig to extend. This is useful for monorepos where the is a base tsconfig file at the root that needs...