kit
kit copied to clipboard
web development, streamlined
### Describe the problem People use `import { browser, dev } from '$app/environment'` and then their packages end up being tied to SvelteKit when they should work with any Svelte...
### Describe the bug Obviously an anchor without an href is ... wrong. But it looks like they produce incorrect behavior in SvelteKit, at least with respect to re-focusing an...
### Describe the bug While testing the application in dev mode, the symbolic link is functioning properly. However, when building the code, the symbolic link is causing an error. ###...
### Describe the bug @sveltejs/kit/src/routing/client.js returns 500 response when certain events happen (too many redirects, failed/timed out fetch, etc.). https://github.com/sveltejs/kit/blob/a2b9c3ecd2a41fae41a42141d87dc8fec43b8830/packages/kit/src/runtime/client/client.js#L291 https://github.com/sveltejs/kit/blob/a2b9c3ecd2a41fae41a42141d87dc8fec43b8830/packages/kit/src/runtime/client/client.js#L815 https://github.com/sveltejs/kit/blob/a2b9c3ecd2a41fae41a42141d87dc8fec43b8830/packages/kit/src/runtime/client/client.js#L892 https://github.com/sveltejs/kit/blob/a2b9c3ecd2a41fae41a42141d87dc8fec43b8830/packages/kit/src/runtime/client/client.js#L1390 https://github.com/sveltejs/kit/blob/a2b9c3ecd2a41fae41a42141d87dc8fec43b8830/packages/kit/src/runtime/client/client.js#L1718 What is the problem? The 500...
### Describe the problem there are some things that people tend to forget perhaps we could document in one place as a sort of checklist for people who may carry...
### Describe the problem The Todo app was a nice starting point for an enhanced CRUD form, which is one of the most common programming tasks for developers. I think...
### Describe the problem  ### Describe the proposed solution Does this need to be an overload? Is there a sneaky way we can adjust the type rather than adding...
### Describe the problem This is pretty confusing if you're looking at the docs in TypeScript mode:  ### Describe the proposed solution Include generics in the generated TS ###...
### Describe the problem There are some utility types that are exported from `@sveltejs/kit` but only so they can be imported by the generated `$types.d.ts` files. In the docs, they...
### Describe the bug Repro: https://github.com/OffeeX/sindrom-svelt-kita you will fiind out css being not loaded until CTRL + F5, or loaded incompletely Have this issue only ini PRODUCTION or preview mode...