Thomas G. Lopes
Thomas G. Lopes
We should also probably have a way to add extraProps to docs in general.
**Describe the bug** When using multiple thumbs, if the user drags a thumb across another thumb, the focus wrongly shifts to the thumb that was passed over. **Expected behavior** The...
## What does this PR do? - Adds loading button ## Test Plan Manual ## Related PRs and Issues N/A ### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? Yes
### Describe the bug When setting a class $state property in its constructor, all the reactive tracking seems to break. $effect no longer reacts to its changes, and the value...
### Discussed in https://github.com/melt-ui/melt-ui/discussions/1241 Originally posted by **AndreasHald** June 27, 2024 see code here https://github.com/melt-ui/melt-ui/blob/23129c189c224b69adec947366a7120722982068/src/lib/builders/popover/create.ts#L152 were using svelte kit shallow routing (https://kit.svelte.dev/docs/shallow-routing#loading-data-for-a-route) to manage modals which entails having an anchor...
### Describe the bug Declaring keyframes in a `style` tag inside a svelte component, and then trying to apply it like so: ``` div { --base-animation: move 1s linear infinite;...