kit
kit copied to clipboard
web development, streamlined
### Describe the bug If the `data` returned from `load` inside a `+page.server.js` ("page-X") has the same shape as the data returned inside its corresponding `+layout.server.js`, the `$page.data` does not...
Closes #7966 Heavily inspired by #7612; no new tests for the same reason described there. ### Please don't delete this checklist! Before submitting the PR, please make sure you do...
### Describe the problem Should there be information about parsing errors and dev stage errors in the Errors - https://kit.svelte.dev/docs/errors documentation? E.g. HMR window contains internal server data, but it...
### Describe the bug https://github.com/sveltejs/kit/discussions/8097 I'm using svelte-kit's provided fetch to call a MS api that respond with an error when the Origin Header is provided. I've noticed that the...
This is now just a part of what #1037 implemented and also in a different way. The goal was to make alternate routes for the same page configurable. There is...
### Describe the bug The [`sequence`](https://kit.svelte.dev/docs/modules#sveltejs-kit-hooks-sequence) helper funciton doesn't seem to call the `preload` function specified in [`handle`](https://kit.svelte.dev/docs/hooks#server-hooks-handle) hooks. ### Reproduction [Reproduction on StackBlitz](https://stackblitz.com/edit/sveltejs-kit-template-default-8y7mrs?file=src/hooks.server.js&view=editor) Please find the `hooks.server.js` file as...
to narrow down if the fail relates to safari or macos this should be temporary. ### Please don't delete this checklist! Before submitting the PR, please make sure you do...
### Describe the problem At present you need to add types for the service worker to clue TypeScript in about the `WebWorker` scope and set `self` to `ServiceWorkerGlobalScope`. ### Describe...
### Describe the bug just updated to latest svelte version, I am seeing this error occasionally. it is not happening consistently :( ✘ [ERROR] No loader is configured for ".node"...
### Describe the bug `./$types` generation borks ### Reproduction 1. create file with +page.server.js and no load but actions 2. see that it creates load in types --> meeeep 3....