-
## Updated bug report
Changing the version in svelte.config.js and rebuilding the exact same code results in most client chunks also being updated with a new hash. The cause seems to be the version c…
-
### Describe the bug
Getting hydration issue for svelte 5 project. I just upgraded to svelte 5 on sveltekit project.
### Reproduction
Upgrade the svelte version to 5 and having this issue.
…
-
### Describe the bug
Error while trying to render the page with code from https://flowbite-svelte-blocks.vercel.app/application/advanced-tables
TypeError: Cannot read properties of undefined (read…
-
To illustrate my issue I first run `npm create svelte@latest ./`
then I install mdsvex as a dev dependency with `npm i -D mdsvex`
I add a few lines to my `svelte.config.json` as per the mdsvex d…
-
### Describe the bug
Recently I have created a new svelte-kit project & imported a custom tailwind theme using layouts and updating app.html. Then created a sample form using only input fields ever…
-
### Describe the bug
type intellisense is perpetually in "loading state" and the VS code typescript plugin is repeatedly crashing returning ultimately the following notice.
"The JS/TS language s…
-
### Describe the problem
In Svelte
-
### Describe the bug
When loading a non-SSR page and pressing the browser's back button while the page is still loading, it's possible for `current.url` to still be the default value of `null`, which…
-
### Update (2024-11-03)
Seems like it's broken in Firefox only.
Tested With `@sveltejs/kit@2.7.4`
- ❎ Firefox 132.0 (aarch64)
- ✅ Chrome 130.0.6723.92
- ✅ Safari 18.0.1(20619.1.26.31.7)
…
-
### Describe the bug
Following the new [reroute](https://kit.svelte.dev/docs/hooks#universal-hooks-reroute) hook from https://github.com/sveltejs/kit/pull/11537, invalidating load function(s) on a …