-
# Reproduction
```svelte
{#snippet test()}
Test
{/snippet}
```
# Expected
No errors
# Actual
```
Error formatting: ...
Syntax error (expected text node) at file:///...
```
`deno …
-
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
Please update built-in svelte template to Svelte 4.
Will have some migration h…
-
### Bug description
There are remaining hard-coded colors values in svelte templates:
```
% grep -rl 'bg-[^[].*[0-9]00' packages/renderer/**/*.svelte
```
- [ ] packages/renderer/src/lib/dialog…
-
### Describe the bug
It can be useful to have parts of a component only render during development, this can be achieved via build-time constants or e.g. SvelteKit's static env variable replacement.
…
-
Opstarten
Voor het opstarten heb ik een tutorial gevolgd op https://nuxt.com/docs/getting-started.
Eerst heb ik gecontroleerd of Node.js al op mijn computer stond. Dit deed ik door het volgende comma…
-
### Please verify the version of auro-icon you have installed
4.0.2
### Please describe the bug
```
npm create svelte@latest my-app
cd my-app
npm install
npx sb init
npm i --save @alaskaairux/…
-
### Type of Svelte app
Svelte Vite template
### Describe the bug
Element gets wrapped in a "data-action" div.
Div constrains the elements size.
### Reproduction
`Hello world
`
turns into:
`He…
-
I'm not sure what mechanism is being used to suppress prefer-const warnings for variables that have `bind:`s in the template, but these warnings should also be suppressed for `$props()` and `$derived(…
-
### Describe the bug
While running `pnpm build-storybook` multiple deprecation warnings are thrown while using this addon. I understand that svelte 5 is not yet released (it looks near release goin…
-
### Describe the bug
Declarative Shadow DOM doesn't work in Svelte. According to MDN, you can declare a shadow dom with a `` tag and with the `shadowrootmode` attribute having a value of either `op…