Skip to content

Commit 4ff3ae0

Browse files
Copilotfregante
andcommitted
Fix Svelte 5 compatibility warning in demo
Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
1 parent af882ea commit 4ff3ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/Index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
<datalist id="url-examples">
9595
{#each [...allUrls] as url}
96-
<option value={url} />
96+
<option value={url}></option>
9797
{/each}
9898
</datalist>
9999

0 commit comments

Comments
 (0)