Commit 3974ab1
committed
refactor(InstantReload): use $props for foo and bar
Refactor to destructure foo and bar from $props() instead of using export let. This aligns with updated Svelte 5 props handling.1 parent 5cf5e5c commit 3974ab1
File tree
1 file changed
+1
-2
lines changed- packages/svelte5/test-app/Pages/DeferredProps
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
0 commit comments