-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: more Svelte 5 conversion #12871
Conversation
fixes some leftovers, adds a few callouts to legacy syntax
|
Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com>
Co-authored-by: Sri Senthil Balaji J <50240805+SymphonySimper@users.noreply.github.com>
Co-authored-by: Tee Ming <chewteeming01@gmail.com>
sveltejs/svelte.dev#549 (comment)
Can this be addressed as well? |
Yes, these also contain |
Thanks! All most all of the |
Shouldn't this be - let next = $derived(data.posts[index - 1];)+++
+ let next = $derived(data.posts[index + 1]);+++ |
This PR fixes the lint error for |
This reverts commit bd82819.
closes sveltejs/svelte.dev#549
fixes some leftovers, adds a few callouts to legacy syntax