-
I'm trying to use the file manager component in my project, but the svelte compiler keeps throwing errors.
What I do:
```
> npm create vite
✔ Project name: … svelte-lamp
✔ Select a framework: › S…
-
### Basic info:
- v20.18.0
- 24.0.0
### Minimal reproduction case
```js
const { JSDOM } = require("jsdom");
const html =
' tr.svelte-1ob8zmv:has(input:where(.svelte-1ob8zmv):…
-
Hey there,
I know it's too early to ask for that but I'm getting the following error with the current version (1.3.3)
> node_modules/wx-svelte-core/src/components/Button.svelte:12:23 Declaring or …
-
### Describe the bug
I'm using @tanstack/svelte-virtual. With masonry type grids total size (`.getTotalSize()`) seems to be based on all other row heights + the height of the shortest item in the l…
yekta updated
1 minute ago
-
Hello,
i use the @event-calendar/core package in a project and it depends on 3 svelte packages.
It works fine by CDN with this configuration:
```ruby
# importmap.rb
pin "@event-calendar/cor…
-
Hi, I've been using this package and it has been great. I just wanted to provide a simple svelte and react examples in case you wanted to add more generic examples to the recipe documentation.
Svel…
-
Support Svelte 4
peerDependencies is using svelte 3.
See the [Svelte migration guide](https://svelte.dev/docs/v4-migration-guide)
## Reproduce
"svelte": "^4.0.5",
"ag-grid-community": "^3…
-
Heyo, I am trying to use Svar inside of my SvelteKit project. I went back to a Svelte 4 state (did a clean install of all node dependencies), since Svelte 5 doesn't seem to be supported, yet.
Howe…
-
Used 'yarn add svelte-grid -W' instead of npm command.
"svelte-grid": "^5.1.1" is added under dependencies in my package.json file. Node module is also updated. Found svelte-grid folder inside node …
-
I found your project because i was looking for alternatives to svelte-grid since I am not sure if it's still maintained.
What are your plans with this library? do you think your api will be compat…