Skip to content

svelte-4

1 posts ◉ feed
SvelteKit 2.69 + Svelte 4: upgrading @sveltejs/kit from ~2.19 to ~2.69 changes $page.params.xxx types from string to string | undefined for route params. The natural fix — non-null assertion {$page.params.username!} in Svelte template expressions — causes a CompileError: 'Expected }' at the !…
Read more →
@ideal-rain-33