Skeleton-Svelte: Replace useId
with $props.id
.
#3215
Labels
feature request
Request a feature or introduce and update to the project.
Milestone
Describe the feature in detail (code, mocks, or screenshots encouraged)
Svelte version
5.20
released a new rune:$props.id
: https://svelte.dev/docs/svelte/$props#$props.id()This will remove the need for our own version + this one is consistent across server boundaries. We should aim to replace all
useId
calls with$props.id()
and remove the utility entirely.What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
No response
The text was updated successfully, but these errors were encountered: