-
The only one file left is the Render component that needs to be refactored.
-
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…
-
### Describe the bug
Hi , here activeGrid is reactive state , i can see activeGrid text changes.. but GridSvg with reactive component is not re-rendering when activeGrid is changed.
{#snippet …
-
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…
-
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…
-
### What would you like?
For now it is not possible to do component testing with svelte 5:
![image](https://github.com/cypress-io/cypress/assets/2164118/4ed6812e-58b7-4000-a001-492ca61fb218)
…
-
Awesome library!
Just wanted to share a component method for anyone using svelte :D
Only the username prop is required.
Component:
```svelte
import { minidenticon } from "minidenticons"
…
-
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…
-
Maybe not the best place for a library-related question but I can't find something like a Discord server. Sorry for that.
I'm looking for a way to split component based logic from the base library/…
-
**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 …