-
### `package.json` file
```json
{
"name": "surreal-sveltekit",
"version": "0.0.1",
"devDependencies": {
"@master/css-server": "2.0.0-rc.13",
"@master/css.svelte": "2.0.0-rc.13",
"@m…
-
### Describe the bug
There seems to be a recursive reference on toggle-group update.
```bash
pnpm dlx shadcn-svelte@next update toggle-group
```
This is returning the below error.
```bash
R…
-
### Describe the bug
Hi,
I can pass the superforms $formData state as arg in the @render formField($formData) snippet. Everthing works so far. The data is displayed correctly in the form. But if I…
-
Hello!
I have a small request: is it possible to export the types `ZodValidation` and `ZodObjectTypes`? I am writing a wrapper around superforms and I need those types to properly handle generics.
-
### Describe the bug
When attempting to install the accordion component using shadcn-svelte (v0.14.0), the installation fails due to a dependency conflict. The project is using Svelte 4.2.19, but sve…
-
### Describe the problem
Hello, today if I return data in load or action functions, the type appear in data and form props. That's really nice. But would it be possible to do opposit? E.g. type appea…
-
**Description**
I'm using Superforms with Valibot in SPA Mode but `$constraints` are empty (`{}`).
The form validation seems to be working and displays all errors correctly but when I want to use …
-
i get many circular dependencies from zod-to-json-schema when building with rollup
see image:
![image](https://github.com/StefanTerdell/zod-to-json-schema/assets/81443707/af820d27-5cb8-4423-8c75-d…
-
I am checking if a user is logged in and if true then I am redirecting to the home page but the flash messages wont show
`+page.server.ts`
```
export const load: PageServerLoad = async ({ reques…
-
### Describe the bug
I have recently encountered an issue where the Table Footer sub-component renders with the background color inverted. This means that if I were to use the light mode, then it wou…