-
### Describe the problem
I have encountered an issue when migrating from Svelte 4 to Svelte 5 where my application fails due to the removal of the svelte/internal module. Specifically, I was using …
-
Hello,
I'm using dynamic public variables:
```ts
import { env } from '$env/dynamic/public';
const { SVELTE_APP_API_ENDPOINT } = env;
```
It's working with an `.env` or `.env.local` file when b…
-
Just wanted to try this out in a Svelte 4 project, and immediately stumbled over this problem:
```
Cannot use import statement outside a module
/Users/else/ghq/github.com/elsbrock/svelte-vega-repro/…
-
Saw this on `Elixir Forum` a while back but forgot to share!
https://elixirforum.com/t/offline-enabled-apps-with-phoenix-liveview-and-livesvelte/61709
https://github.com/tonydangblog/liveview-svelte…
-
### Describe the bug
I tried to create a custom component and the templates don't seem to work.
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Rep…
-
### Describe the problem
See https://github.com/sveltejs/svelte/pull/13231#issuecomment-2351790857
### Describe the proposed solution
Attach location information to effects in development, so that …
-
- Before proceeding further with implementing any feature. First convert the whole codebase to use memo function.
- Implement AppContext : https://docs.obsidian.md/Plugins/Getting+started/Use+React+in…
-
### Describe the bug
The table footer uses `bg-muted/50` with `text-primary-foreground` which is barely visible. (See here https://github.com/huntabyte/shadcn-svelte/blob/next/sites/docs/src/lib/re…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packag…
-
Version: deno 2.0.0 (stable, release, x86_64-unknown-linux-gnu) (archlinux)
v8 12.9.202.13-rusty
typescript 5.6.2
Running `deno compile` on a sveltekit app returns a `Module not found runtime/con…