layerchart icon indicating copy to clipboard operation
layerchart copied to clipboard

Svelte 5: Replace `uniqueId` with `$propd.id()`

Open techniq opened this issue 10 months ago • 0 comments

Svelte 5.20.0 introduced $props.id() which generates an ID that is unique to the current component instance and is consistent between server and client when hydrating a server-rendered component.

techniq avatar Mar 13 '25 11:03 techniq