You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Svelte 5 is supposed to be compatible with Svelte 4, so this should just mean changing the version number in package.json, though I expect we'll run into some dependency issues.
Migrating components to use the new runes syntax will be a longer process that we can do incrementally, though I suspect it'll ultimately make the code better. We might make a dedicated milestone for migration.
The text was updated successfully, but these errors were encountered:
Svelte 5 is supposed to be compatible with Svelte 4, so this should just mean changing the version number in
package.json
, though I expect we'll run into some dependency issues.https://svelte.dev/docs/svelte/v5-migration-guide
Migrating components to use the new runes syntax will be a longer process that we can do incrementally, though I suspect it'll ultimately make the code better. We might make a dedicated milestone for migration.
The text was updated successfully, but these errors were encountered: