Koller Raz
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
Koller Raz created a post, Seems to be false positives when using Sveltekit with Svelte 5 and Typescript
I am building a Sveltekit project using Svelte 5 and Typescript.I have a simple Avatar component, which I define like so: <script lang="ts"> interface AvatarProps { image?: string; ...