-
### Describe the bug
https://kit.svelte.dev/docs/modules#$app-stores-page doesn't have a link to the types it uses
However, it used to: https://web.archive.org/web/20230708065835/https://kit.svelt…
-
### Description
I've been working on integrating Threlte in my project to support [Multi Views in ThreeJS](https://threejs.org/examples/?q=multiple#webgl_multiple_elements), but while working on it…
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.io/…
-
The current design of the app uses a slightly cumbersome method to handle events and states. Primarily, state changes are propagated via event bubbling which is supported by Svelte. This becomes quick…
-
The `src/lib/index.js` file currently lacks a type definition for SvelteToastOptions.
```ts
import { toast } from '@zerodevx/svelte-toast';
// ❌ import type { SvelteToastOptions } from '@zerodev…
-
Layering in form/field validation would be an improvement for UX, app stability, and security.
I've used [zod](https://zod.dev/?id=basic-usage) before, although in my experience it doesn't play wel…
-
At the moment, when a function has overloads, we only render the first description — see for example [svelte/events#on](http://localhost:5173/docs/svelte/svelte-events#on), where we display this...
…
-
### Describe the bug
If a property of a store is used in an effect, the entire store becomes a dependency.
This is especially an issue when using something like superforms that stores formdata in…
-
Adding svelte-stores and integrating it with a cart from the shopify storefront API
-
### Describe the problem
Imagine this:
You have a `.svelte.js/ts` file that exports some functions. In these functions, you want to pass a `$state` or `$derived` value and use it inside of an `$e…