-
**Is your feature request related to a problem? Please describe.**
I would like to group items for some organization, but I don't want to make it feel like we're sending the user through tons of diff…
-
Background:
dotLottie-web is a JavaScript library that includes several packages in a monorepo, which wrap its APIs into neat component packages for various frameworks such as React, Vue, Solid, Svel…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I was going through this with another developer recently and there may be duplicate code happening in the event handlers propagating the "event" message in one of the child components here.
-
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…
-
I've followed the steps in chapter 1, and the code fails when it tries to execute the third line in the registerMatchers.js file.
The specified error is:
> FAIL src/index.test.js [ src/index.…
-
### Describe the bug
When applying `vector-effect: non-scaling-stroke` to a svg path, svelte's `transition:draw` shows weird behaviour. Instead of starting the animation from the beggining, it splits…
-
I get this error when using svelte-htm with vitest.
`SyntaxError: The requested module 'svelte/internal' does not provide an export named 'add_resize_listener'`.
### Possible Solution
There is …
-
Hi, I was wondering what am I doing wrong here as I'm trying to test my component with `jest`. In browser it works fine. Should I somehow exclude the language imports from `jest` run as it doesn't run…
asode updated
2 years ago
-
### Describe the problem
Svelte encourages reactivity at many levels, but when it comes to actions, transitions, or animations, it's rather static:
- you are not allowed to swap out one directive fo…