-
### Describe the bug
There's an issue when working from within ElectronJS, as there are non-web routes involved: they're file-based.
For starters, there's one issue inside generated `index.html`…
-
I am new to SvelteKit so I am not entirely familiar with the consequences, but shouldn't the db and auth modules be in $lib/server instead of just $lib?
https://kit.svelte.dev/docs/modules#$lib-$li…
-
Since the update to the latest Svelte version (3.38.3) an error is thrown from Vite when a request comes in.
**Logs**
```shell
$ svelte-kit dev --port 8000
SvelteKit v1.0.0-next.116
loc…
-
# **Describe the solution you'd like**
描述你想要的解决方案
First of all, I have to admit that this project is really good.
But English is not my first language and I feel very awkward using it.
Do you ha…
-
This is not a bug in carbon-components-svelte, posting here for visibility and as a heads-up for the maintainers and users.
In version 1.3.0 , vite-plugin-svelte is going to enable prebundling for…
-
### Describe the bug
the svelte for vscode extension ignores style preferences like **tabs over spaces** or **no semicolon vs semicolon** (less severe because more obvious)
### Reproduction
in any …
-
### Describe the problem
This is a follow up from #4895
When navigating to a new link, Sveltekit behaves differently if the link is handled by the same route or a different one; this can happen e…
-
Work on a progress bar at the top? Like a small line, animating across the whole top? The spinning circle in the middle causes too much of a content flash.
Does Svelte-Kit somehow return the loadin…
Wolfr updated
3 years ago
-
I am getting this error in browser `superCtor.prototype is not an object or null` when using `jsonwebtoken` with sveltekit.
I have polyfills invoked in config but it appears to not solve the issue.…
-
### Describe the bug
Using Tauri to build a desktop application I noticed that goto() doesn't work whenever it's called upon conditionally. If you put a console.log() above it, the console.log() does…