-
To be mindful of our project's dependencies, let's track some basic stats. Bots can look through the actual git history.
These numbers are absolute totals at each commit. (meaning, don't add number…
-
It would be nice if Svelte template blocks {#each} and so on could be detected as Svelte instead of Markdown.
Example of current behavior:
![Code_26_15-54-55crFxhDQZ2e](https://user-images.githubuse…
-
**Describe the bug**
When using conditional render in top-level route `_layout.svelte`, `_error.svelte` template stacks itself up twice.
**Code**
```javascript
{#if segment !== undefined}
…
-
```bash
Error: Component.render(...) is no longer valid in Svelte 5. See https://svelte-5-preview.vercel.app/docs/breaking-changes#components-are-no-longer-classes for more information
at Invite…
-
I was about implementing a svelte action to make my universal lib available in svelte. Implementing the action would be straight forward. Then I thought how would I test this? Coming from ember where …
gossi updated
1 month ago
-
### Describe the bug
I am getting this error and my svelte component will not load at all. It works perfectly fine in dev environment but when I build or run preview it stops working and the error is…
-
I noticed, when I was reading docs for [the React specific library](https://state-adapt.github.io/react/docs/react) that you changed the naming conventions of the selectors from what they usually are …
-
For my own purposes (see https://github.com/commoncrawl/web-languages) one of my volunteers made a mapping from 333 Wikipedia names to the appropriate 3-letter ISO 639-3 language code. Are you interes…
-
**Description**
The form data of the parent layout is not invalidated when saving and redirecting back to the parent. My app is structured like this:
- +layout.svelte
- +layout.server.ts
- +page…
-
### Describe the bug
When using conditionals in Svelte the result leaves empty comments inside the node. Since comments are considered [childNodes](https://developer.mozilla.org/en-US/docs/Web/API/…