-
-
Notifications
You must be signed in to change notification settings - Fork 92
Description
What
The codebase uses Svelte 5 ("svelte": "^5.45.5") but still contains legacy Svelte 4 syntax in multiple files. This inconsistency can cause confusion and potential bugs during the migration.
Steps to reproduce the behavior:
- Search for on:click or onMount in the codebase
- Observe multiple files still using Svelte 4 event handlers and lifecycle hooks
Expected behavior
All files should use Svelte 5 syntax:
- on:click → onclick
- onMount → $effect
- onDestroy → $effect (with cleanup function)
Screenshots
Platform (Desktop, Mobile, Hunger Games)
- OS:
- Platform
Part of
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog