Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Svelte Render Update for Svelte 5 Compatibility
Updating the Svelte render for compatibility with the latest Svelte 5.0 release. [Svelte 5 introduced a breaking change](sveltejs/svelte#10516) removing `createRoot`. Instead, `mount` should be used and properties passed should be wrapped in a `$state` rune.
- Loading branch information