summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/context.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-03-05bugfix(svelte): fix colliding id's generated from `$props.id` (#13339)Gravatar Hugo Korte 1-0/+24
* bugfix(svelte): fix colliding id's generating from $props.id by utilizing the new `uidPrefix` option exposed for both server and client side rendering. * bugfix(svelte): changeset * Add server side ID prefix, not sure how to do this on the client. * Discard changes to packages/integrations/svelte/client.svelte.js * Update .changeset/flat-cherries-rule.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * feat: context * revert peerDep bump * revert html variable seperation * feat: rename * fix lockfile --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>