-
This error occurs when multiple x/y components are rendered then destroyed/unmounted for new components.
The error is caused by `@unovis/ts` attempting to render destroyed components in `updateCont…
-
I'm trying to use the file manager component in my project, but the svelte compiler keeps throwing errors.
What I do:
```
> npm create vite
✔ Project name: … svelte-lamp
✔ Select a framework: › S…
-
**Describe the bug**
Using svelte-preprocess with Svelte 5 and importing a Svelte 5 component from an npm package triggers an error:
```'p' has already been declared```
**Detailed error with a …
-
As of 0.14.1 on Linux I get this error when trying to render a Svelte component in a LiveView template.
```bash
Component.render(...) is no longer valid in Svelte 5. See https://svelte.dev/docs/sv…
-
-
Svelte 5 support would be nice, when trying to use it in a svelte 5 project currently i get this warning in the console:
```
Error: Your application, or one of its dependencies, imported from 'svelt…
-
I am not sure if this is a problem with Svelte 5 (with sveltekit) specifically, but wx-svelte-core does not work with Svelte 5.
In the editor when importing, you get a "Cannot find module 'wx-svelt…
-
Using svelte 5 with unovis causes an infinite reactive loop if more than 1 x/y component is rendered. The cause of this is the `component` action set within the xy container context:
```ts
setCont…
-
Hey there,
I know it's too early to ask for that but I'm getting the following error with the current version (1.3.3)
> node_modules/wx-svelte-core/src/components/Button.svelte:12:23 Declaring or …
-
I know Svelte 5 is still in RC but interesting finding(?) nonetheless. Or Not. Multiple XY components in the XY container crashes my application at least:
```svelte
```
Same cod…