-
### Describe the problem
Svelte 5 supports TypeScript syntax natively, but it doesn't support TypeScript runtime features such as enums, `using`, decorators (related: #11397) and so on.
In general…
-
### Describe the bug
I've run into this when attempting to run SvelteKit's introductory "SvelteKit demo app" from a folder that is junction'd (symlinked) on Windows. After a failing application (de…
-
### Describe the bug
Can't get correct `base` value in Web Worker.
I configured `kit.paths.base` in `svelte.config.js`.
I can't get base path when I use web worker with vite feature (like `im…
-
### Describe the Bug
Firebase 11.19.0 (dec/2022): running `firebase init` with functions setup generates the following snippet:
```json
"functions": [
{
"source": "functions",
"…
-
### Describe the bug
`Select` Component freezes after selecting an item inside the `Select Content`. The value is updated but the page needed to be refreshed to fix the freezing component. This behav…
-
### Describe the bug
I have Mailchimp signup that is implemented using the `@mailchimp/mailchimp_marketing` api client on a form action. It work perfectly on my dev environment. But when I deploy it …
-
### Describe the bug
When triggering the Drawer by code using the `open` prop, and closing it again with open={false}, there is no slide down animation as triggered normally with `Cancel`.
### Repro…
-
---
**Updated 2024 November 9** to include other proposals from below comments.
---
### Describe the problem
My team is provided a set of internally-managed API client libraries. We use `+…
-
### Describe the bug
Attempting to use HelperText throws error as follow:
```
chunk-BWDDQV5P.js?v=b189b538:193 Uncaught Svelte error: invalid_snippet
Could not `{@render}` snippet due to the exp…
-
### Describe the problem
One can easy implement GET, PUT in an api route by a function (see below)
```javascript
import { json } from '@sveltejs/kit';
export function GET() {
const number = …