-
### What package has an issue
@svelteuidev/core
### A clear and concise description of what the bug is
Creating this issue so that it's not forgotten.
Raised in https://discord.com/channels/9547…
-
Putting a text longer than 150 chars in the Preview component (which is not recommended) results in a `RangeError: Invalid count value`. The error could be more descriptive in the sense that a length …
-
### Describe the bug
In next version of shdcn-svelte asChild and let:builder are giving the next error:
```
Svelte error: invalid_default_snippet
Cannot use `{@render children(...)}` if the pare…
-
### Describe the bug
2 errors
sidebar-page.svelte doesnt import `AppSideBar` correct:
`import AppSidebar from "./components/app-sidebar.svelte";`
Which gives a not found. Replaceding with:
…
-
## Major changes
- [ ] CodeMirror v5 -> v6
- [ ] Svelte -> Web Components, also with popular frameworks wrapper
- [ ] Sanitize improvement #131
- [ ] CSS: `inline-block` -> flexbox
- [ ] Deprec…
-
As it stands, Vite-Jest has baked in support for React and Vue. See here:
https://github.com/sodatea/vite-jest/blob/6cb71219d13dfced3dbb0a2a6df3e437d80d9849/packages/vite-jest/jest-preset.js#L7
…
-
Is this known to work with sveltekit? I am getting module issues importing:
```
const {sveltekit} = require('@sveltejs/kit/vite');
```
using:
```
const playwrightShooter = require("viteshot/shoo…
-
Looks like Hugo considered compiling Svelte components at one point: https://github.com/gohugoio/hugo/issues/5894. Not sure how much progress was ultimately made there.
Someone else is trying to do…
-
The example starter won't work.
OSX. v11.5.1, m1.
Node v.16.3.0
```
git clone https://github.com/nodegui/svelte-nodegui-starter
cd svelte-nodegui-starter && npm install && npm run dev
Run `n…
ohbob updated
2 years ago
-
Saw this on `Elixir Forum` a while back but forgot to share!
https://elixirforum.com/t/offline-enabled-apps-with-phoenix-liveview-and-livesvelte/61709
https://github.com/tonydangblog/liveview-svelte…