Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Mar 4, 2025
1 parent b5c33ad commit 57b4d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/internal/client/dom/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export function props_id() {
return id;
}

// @ts-expect-error
// @ts-expect-error This way we ensure the id is unique even across Svelte runtimes
(window.__svelte ??= {}).uid ??= 1;

// @ts-expect-error
Expand Down

0 comments on commit 57b4d3a

Please sign in to comment.