Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Matei Trand
Total activity
3
Last activity
January 16, 2025 21:54
Member since
October 25, 2021 08:04
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Sort by recent activity
Recent activity
Votes
Edited
January 16, 2025 21:54
The correct way to type your props is no longer withlet { ... } = $props<Type>()but withlet { ... } : Type = $props()See this issue for more information: https://github.com/sveltejs/svelte/issues/1...
Community
WebStorm
Seems to be false positives when using Sveltekit with Svelte 5 and Typescript
2 votes