-
### Describe the bug
The bug appears to be in the typescript plugin for the language extension.
It appears under the following conditions:
- you are working on a sveltekit project with `sveltekit…
-
### Describe the bug
When selecting the end date the value does not update.
TypeError: undefined is not an object (evaluating 't.calendar')
```
[Error] TypeError: undefined is not an object…
-
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
**Description**
I'm encountering a "TypeError: Cannot read properties of undefined (read…
-
**Description**
See reproduction repository, follow these steps
- open [Root page](http://localhost:5173)
- click link [Trigger error](http://localhost:5173/?error) on the **Root page** to trigger …
-
Subscribe to this issue and stay notified about new [daily trending repos in Svelte](https://github.com/trending/svelte?since=daily).
-
### Describe the bug
There is a conflict when using the `props` attribute and the `$props()` rune. To my understanding, it used to be `let:attrs`.
in the previous shadcn version.
Below is an exam…
-
### Describe the bug
There's a TS error:
```
Type instantiation is excessively deep and possibly infinite.ts(2589)
⚠ Error(TS2589) |
Type instantiation is excessively deep and possibly infinite…
-
- [ ] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
**Description**
With a form, I have a component like so:
```
import type { FormPat…
-
Thanks for repairing #333
But would it be possible to not have default values for enums ?
I would like to have my select fields empty when the page load.
Instead I’m forced to set values to undefi…
-
I have a entity that has a recursive structure.
```
Type instantiation is excessively deep and possibly infinite.ts(2589)
```
Is there anyway i can fix this?