-
### Describe the bug
Following the [basic button story example](https://www.npmjs.com/package/@storybook/addon-svelte-csf), gives the following error:
```bash
TypeError: Cannot destructure prop…
-
### pnpm version:
6.10.3
### Code to reproduce the issue:
`pnpm init svelte@next new_folder_name`
`cd new_folder_name`
`pnpm i`
Either `pnpx sb init` or `pnpx sb@next init` (sb 6.4.0-alpha.20)…
-
### Describe the bug
Safari throws an Exception in [this line](https://github.com/sveltejs/kit/blob/d3d44ff72cf26f773f82be7c1f692a5ed92a590e/packages/kit/src/runtime/client/client.js#L539) for me.
…
-
![vultr-sveltekit](https://github.com/onlyfortesting/host-image/assets/22143988/d36d5f8e-4b09-4ac1-b8c5-e735d61b76aa)
-
Similar, but not the same as https://github.com/microsoft/playwright/issues/28781
### System info
- Playwright Version: v.1.41.0
- Operating System: macOS 14.2.1
- Browser: All
- Other info:
…
-
**Describe the bug**
`sveltekit-embed` doesn't embed content when it's rendered as a dynamic markdown import.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to [Test Page](https:/…
-
### Describe the bug
In dev mode, SvelteKit adds a Vite middleware which determines a base URL for the `event.url` that's passed down through request handlers:
**https://github.com/sveltejs/kit/…
-
### Describe the bug
This code was working normally in the previous version:
```
import { DateTime } from 'luxon'
const to = queryParam(
'to',
{
decode: (value) => DateTime.fromIS…
-
### What is the problem this feature would solve?
In source testing would be great for *some* use cases, this has been popularised recently by Rust's module tests and now in the JS world with Vite a…
-
Using smask in a sveltekit app generates a exception when page is rendered on server side because of lack of navigator variable on this environment.
I'd suggest to run a undefined check before usin…