Hey there, thanks for your work here! I'm currently playing around with Svelte5 after it's release this weekend and I'm getting errors in `rune` mode: ``` ✘ [ERROR] node_modules/.pnpm/[email protected]/node_modules/sk-seo/SEO.svelte:4:4 Cannot use `export let` in runes mode — use `$props()` instead [plugin vite-plugin-svelte:optimize-svelte] node_modules/.pnpm/[email protected]/node_modules/sk-seo/SEO.svelte:4:4: 4 │ export let title = "", description = "", keywords = "", canonical = "", siteName ╵ ^ ``` You get these errors by - generating svelte 5 app - installing sk-seo - opt-in runes mode, see [docs](https://svelte-5-preview.vercel.app/docs/runes#how-to-opt-in)
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by jafhueppe and has received 4 comments.