-
**Is your feature request related to a problem? Please describe**
The docs don't get types directly from typescript. I have to describe my variables/functions with typescript, but have to describe ag…
-
We've used the `svelte-headlessui` package for some components. This was before we found `melt-ui`.
There are multiple reasons to remove `svelte-headlessui`:
- `svelte-headlessui` is not updated …
-
### Current Behavior
app.css
```
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@layer base {
@font-face {
font-family: 'Tes';
…
-
First, thanks for making a great tool for the Svelte community.
I'm trying to get Carta to work with my minimal site using PicoCSS. I've managed to isolate the issues to a minimal example using onl…
-
### Describe the problem
There are a lot of testing libraries out there but none of them work well with Svelte. For example all the the testing methods [recommended in the FAQs](https://svelte.dev/…
-
Since a hydratable component can only be a leaf node, it is hard to add js code to parent without hydrating the entire sub-tree.
### Workaround
Create an empty client component:
```svelte
…
-
```
~/dev/____/____ (main) $ npm run build
> stunning-theme@0.0.1 build
> sapper build --legacy
> Building...
┌──────────────┐
│ built client │
└──────────────┘
3.52 kB Breadcrumb.a1e…
-
**Is your feature request related to a problem? Please describe.**
When using the latest Svelte 5 preview version, and run `pnpm svelte-check` will receive some errors:
```
========================…
-
laravel-mix-svelte doesn't seem to work with Svelte 4 yet. After upgrading from Svelte 3.59 to 4.1, webpack throws the following error:
```
npx cross-env NODE_ENV=production node_modules/webpack/b…
schu updated
6 months ago
-
**Describe the bug**
A clear and concise description of what the bug is.
When opening a modal over another modal, the previous modal gets recreated even though the only change is isOpen prop. This…