Results 56 issues of Tee Ming

### Describe the bug Using `enhance` on a `` and throwing `redirect` in the form action causes `cookies.delete` to not work in the page server load function. ### Reproduction https://github.com/s3812497/sveltekit-enhance-bug...

documentation

Adds a path to the generated `tsconfig.json` file to resolve an import to `.svelte-kit/types/src/routes/$types` as `./$types`. Adding this path fixes a slight issue I've had with generated types where Quick...

types / typescript

### Describe the bug Whenever I move a `.svelte` file, any import that uses a relative path such as `./$types` (which is common in sveltekit) gets automatically updated to something...

bug
Fixed

The emphasised text "It's a love letter to web development" in the video section of the kit site home page has a poor contrast in dark mode. This removes the...

fixes #8253 * Checks if a submit value is present then appends the name and value to the form data. * Updates the enhanced GET test with an expected submit...

~Found out we can export `actions` in a layout file but it isn't mentioned anywhere in the docs.~ I don't think we're suppose to export actions from a layout file....

closes https://github.com/sveltejs/kit/issues/9468 Allows exporting the `HEAD` handler. Not sure if language-tools needs to be updated to remove the error message for this as well. ### Please don't delete this checklist!...

closes https://github.com/sveltejs/kit/issues/9164 Adds a catch-all handler that handles all unimplemented valid server requests. This is done by exporting the `all` function from a `+server.js` file. ### Please don't delete this...

closes https://github.com/sveltejs/kit/issues/9744 Clicking on a link without the `download` attribute, but returns the response header `content-disposition: attachment`, will trigger a download instead of an external navigation. Currently, Kit thinks it's...

router
needs-decision

### Describe the problem * The current “close search” button for kit.svelte.dev can be easily confused for a clear search button. * The previous search input is retained when re-opening...

documentation