-
### Describe the bug
When building the popular `immich` photo management app, a warning is spit out:
```
"omit" is imported from external module "lodash-es" but never used in "src/lib/components/el…
-
### Describe the problem
Each page has a different page header. Need a way to pass data from the main page view to a child of the layout view. Currently complicated using stores. Would clean things u…
-
### Describe the problem
The concept of "component initialisation" is mentioned several times in the docs, but it is never explained what it is.
Mentioned several times on this page:
https://gi…
-
Hi,
I have a problem with the application working properly. After launching it, the default nginx page is displayed.
Only the awwesome image doesn't show
I use dockge for installation
![obraz](h…
-
Seems like we should replace storage by value.
-
Hi Brittney, great YouTube video tutorial and board. Thanks. Any idea why I get this error?
```
localStorage is not defined
ReferenceError: localStorage is not defined
at Module.persistStore…
-
If a store is created in SSR, it will end up being a global store shared by all users.
The issue is discussed here: https://github.com/sveltejs/kit/discussions/4339
Docs mention it, but only ambiguo…
-
Subscribe to this issue and stay notified about new [daily trending repos in Svelte](https://github.com/trending/svelte?since=daily).
-
Hi,
Thank you very much. I love Svelte too but I want to do a quick prototype with react native and I really miss the versatility and simplicity of Svelte stores.
Is there a way to create a der…
-
https://github.com/square/svelte-store/blob/ccb97fce941344c510f2e80eedb523a477df6213/src/async-stores/types.ts#L37C1-L41C2
I think "true" should be "boolean", the following returns an error
```…