-
Hello!
I just started reading your book, and I want to share that the Hello, World example doesn't seem to work anymore.
```typescript
it('renders hello component into the document', () => {
…
-
### Describe the bug
1. Open [storybook.new](https://storybook.new/)
2. Choose SvelteKit (TypeScript)
### To Reproduce
_No response_
### System
```bash
System:
OS: Linux 5.0 …
-
I used svelte-select as select plugin
![image](https://github.com/rob-balfre/svelte-select/assets/12406935/9a5339d1-1e10-4147-9a8a-4dfc4aeec038)
![image](https://github.com/rob-balfre/svelte-select/…
-
Hey there, 👋
I was benchmarking the website I built using this library with the official demo, and it came to my understanding that the tree-shaking result seems to be off.
Here's the unused c…
-
### Describe the bug
✘ [ERROR] No matching export in "node_modules/.pnpm/svelte@5.0.0-next.26/node_modules/svelte/src/internal/index.js" for import "get_current_component"
node_modules/.pnpm/f…
-
### Describe the bug
I tried to edit a child component that uses `getContext` where the context key is imported from the parent svelte component's `context="module"`. When I edit the child component …
-
If you have a setup such as this:
```
components/
Header.svelte // Includes CSS
routes/
subroute/
_layout.svelte // Imports Header.svelte
index.svelte // Imports Header.svelte
…
-
I @TehShrike, your router is amazing! I'm trying to use it with Svelte 3.
Your example (here: https://github.com/TehShrike/state-router-example/tree/master/implementations/svelte) is with Svelte 2.…
-
Just wanna share a quick and dirty solution of getting the context kinda working.
Needs a new method in the wrapper class:
```js
getAncestorContext( node = false ) {
while ( node.parentNo…
-
**Is your feature request related to a problem? Please describe.**
Headwind cannot detect Tailwind classes in `` tags in Svelte components.
**Describe the solution you'd like**
It would be awesom…