-
Svelte 5 is right around the corner and while stores are still supported i want to upgrade this library to take advantage of runes.
This however require some changes that are not back compatible so…
-
jKm00 updated
4 months ago
-
# Bug Report
### 🔎 Search Terms
- Path completions
- Path suggestions
- hidden
### 🕗 Version & Regression Information
5.0 beta, not a regression
### Repo
1. In a git repo, trigge…
mjbvz updated
4 months ago
-
### Describe the bug
This is hard to reproduce, but in the generated typescript types, the `classFooter` is not there:
```ts
import { SvelteComponent } from "svelte";
import type { Dismissable…
-
Hi, first things first: I love this lib and really appreciate your work so far! 🙂
I am currently having some problems to make things work with Vite SSG (SvelteKit) and wondered if you can help me o…
-
I am still having trouble with this issue.
Is it possible to fix this?
### Discussed in https://github.com/trivago/prettier-plugin-sort-imports/discussions/282
Originally posted by **sinbin…
-
### Describe the bug
At work we use a couple of webcomponents (custom elements) from different teams. We chose webcomponents to be framework agnostic so they work everywhere. If these webcomponents…
-
## Background
- コンポーネントが増えてきたためか、ローカルサーバのリロードがかなり遅くなってきた
- 待ち時間を少しでも減らしたいので、高速に処理できるツールが望ましい
- 移行をスムーズにするため、Viteやvitestとの互換性があって欲しい
## WHAT
- Viteの設定を見直すのが先では? + PCの買い替えも検討
- SvleteK…
-
### Describe the bug
When adding `"bits-ui": "1.0.0-next.32"` to `package.json` in a fresh Sveltekit 5 project and running it in development mode, after the first refresh it throws the following erro…
-
**Describe the bug**
When using TypeScript and setting the tsconfig setting `importHelpers` to `true`, TypeScript will not inline transpilation helpers and instead import them from `tslib`. Since the…