-
### Describe the bug
When using the separator with a "vertical" orientation it does not render properly. Looking at the browser dev tools it appears to have a size of 1x0 pixels.
Changing the def…
-
**Describe the bug**
A clear and concise description of what the bug is.
When opening a modal over another modal, the previous modal gets recreated even though the only change is isOpen prop. This…
-
**Describe the bug**
When inspecting a started child workflow a link is created to the run. This link has the same namespace as the currently selected instead of using the child workflow.
This re…
-
Could we have an option to specify a custom base class for Svelte components?
```html
import {BaseSvelteComponent} from './base';
```
base.js:
```
import {SvelteComponent} from 'svel…
-
### Describe the problem
We're evaluating SvelteKit as our framework of choice, but we need to control which page will be rendered on which route server-side with answers from our API (dynamically …
-
After setting the whole thing up, I found out that running the bookshop browser on components using typescript gives an error:
```
bookshop-import-file:components/sample/sample.svelte__bookshop_fi…
-
It seems the dev community is keen on Svelte 5 so let's do it! Create a branch off master for users who want to stick with Svelte 4 but upgrade master to use 5.
-
### Describe the bug
The dev server starts very slow. When updating a component Histoire updates very slow. Basically everything is slow.
It can take anywhere from a couple of seconds to minutes.
…
-
- [ ] Define the optimal model, i.e. convert the three example components listed below to follow our new TS-Style-Guide-based code style
- [x] Check that it's as compatible with Svelte 5 as possible: …
-
Hi,
I tried to integrate Svelte components into an existing AngularJS application by using svelte-injector, but I always fail to successfully load it and the documentation of svelte-injector is not…