-
## Summary
When using Apex Charts with SSR when importing the module Apex Charts tries to access `window` immediately because it uses top level calls in other imported modules. This causes apps using…
-
- look at https://timdeschryver.dev/blog/how-to-test-svelte-components
- look at https://nathancahill.com/dainte/introducing
- respond to https://twitter.com/mikenikles/status/1258092697098825733
…
-
### Describe the problem
Maybe i'm just off in my understanding. You can use svelte components to create reusable visual components. But a component itself (that is not a page by itself) cannot have …
-
The team is now Svelte-ified across everything, including SREPs, so is there any reason why component styles should live separate from the components themselves?
This would gut a lot of the eisbaer…
-
- [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
The problem I've been having is similar to the one described in #…
-
### Describe the bug
To catch an error thrown in a Promise, `#await` can be utilized as such:
```svelte
{#await data}
Loading...
{:then result}
Got a result: {result}
{:catch error}
…
-
https://github.com/diericx/climbing_notebook/blob/b4af2f03326df010fcde047f8262f9e15dab45b7/src/lib/components/forms/fields/DateField.svelte#L28
For a date input field, you may have to modify the `m…
-
**Describe the bug**
`#each` block doesn't change when a new state is triggered by a transitioning component.
The weird glitch is happening when the `#each` block is placed inside an `#if` in combin…
-
Hey.
I have been trying to create a `Rich Content` toast and had troubles passing down props, like so:
```ts
toast(RichComponent, { props: { someProp: "⭐" } });
```
I got type errors saying th…
-
**Describe the bug**
If you pass `filename` and `outputFilename` options to `svelte.compile`, the `sources` property of the resulting sourcemap will contain a relative path from `outputFilename` to `…