-
Hi,
I have this very weird error that I would like to share.
Sometimes, randomly, I get this error:
```
Error: Not found: /fa.svelte
at resolve (/Users/adrienlefalher/CODE/SvelteBase/…
-
### Describe the bug
When using stores and classes/context i am seeing errors with undefined data even with what i consider proper checks in place.
The demo is a touch convoluted but this has be…
-
### Describe the bug
I've checked another issues about `$app/stores`, but it seems like I have another issue.
It looks like resolve section in config ignores `$app/stores`:
When I try to use `$…
-
I noticed, when I was reading docs for [the React specific library](https://state-adapt.github.io/react/docs/react) that you changed the naming conventions of the selectors from what they usually are …
-
## Versions
CLI Version: 24.2.0
OS: macOS monterrey 12.3.1
kernel: Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T6000 arm64
node: 18.0.0
svelte…
-
### Describe the problem
While creating [this example REPL](https://svelte.dev/repl/6f543749f2f24e4fb28427dec562fd8a?version=4.2.0) about how to create a timer, I came to realize that directly bind…
-
Problem is that, for the most part, the way we use and build components is incompatible with Svelte SSR. More specifically one part - reactive statements (ie `$: `).
For an ideal SSR experience, we…
csjh updated
2 months ago
-
elron updated
5 hours ago
-
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…
-
React: https://fr.reactjs.org/docs/hooks-reference.html#usecontext
Svelte: https://svelte.dev/tutorial/context-api
Vue 3:
SolidJS: https://www.solidjs.com/tutorial/stores_context