Commit 4fc8ff4
authored
Fixes two Svelte 5 issues (#68)
- Svelte 5 disallows bindings with fallbacks (sveltejs/svelte#9764)
- Conflict due to new Svelte 5 syntax with "$" name1 parent 780aaef commit 4fc8ff4
File tree
2 files changed
+3
-3
lines changed- src/lib/components/crud/cells
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments