-
### Describe the bug
The example from the server hooks [documentation] can cause the following error:
[documentation]: https://kit.svelte.dev/docs/hooks#server-hooks
> TypeError: immutable
>…
-
guys i am using svelte2tsx for transforming svelte to tsx for gneerating .d.ts
```ts
const tsx = s2x.svelte2tsx(content, {
filename: file,
isTsFile: isTsScript(cont…
-
### Describe the bug
This is similar to https://github.com/sveltejs/kit/issues/6858, https://github.com/sveltejs/svelte/issues/4533, https://github.com/sveltejs/svelte/issues/6463, https://github.com…
-
![image](https://github.com/huggingface/course/assets/1953797/09e2fb9e-0ebc-4e15-9a84-13bd8fb7a159)
> npm run custom-svelte-client && vite dev
> kit@0.0.1 custom-svelte-client
> node ./svelteKi…
-
Please, is it safe/secure to pass sensitive session data to page like this?
```
/** @type {import('@sveltejs/kit').LayoutServerLoad} */
export function load({ locals, request }) {
return {
ses…
-
```
I totally hate it when I am part of “the hype”, but @sveltejs renders all frameworks
obsolete and signals the beginning of a new era.
Thank you so much @Rich_Harris.
```
[@papas_source](htt…
-
**Describe the bug**
Hi, I just updated to vite `v5.1.4`, and running the local server is throwing the below warning,
```
9:07:21 am [vite-plugin-svelte] WARNING: The following packages have a sv…
-
### Describe the bug
this i use to observe changed value
$: {
filterSearchResults(searchTerm);
console.log(selections);
}
------ but this goes out of control and keeps printing forever
s…
-
### Describe the bug
Hey 👋
I can't figure out how to dynamically enhance images properly. I've added `?enhanced` part and images are processed into different formats. However, `srcset` has only…
-
Using this package throws the following warning.
```
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
```
As us…