Joaquín Sánchez
Joaquín Sánchez
This PR will be reviewed once https://github.com/vuejs/vitepress/pull/3392 merged/closed
If you dont enable runes, $props will work? Maybe it is better to add a new `svelte-runes` compiler updating svelte compiler logic.
my question is about using svelte5 without runes, will `$props` work?
It seems a problem with Astro: https://stackblitz.com/edit/github-wpq4zq-wuz3k4?file=src%2Fpages%2Findex.astro 
`componentPrefix` is there to solve these type of problems, any ui library should add a prefix to avoid collisions, if you're removing that prefix when using this library, how do...
What do you mean? you only need to remember to not including components starting with `I` in your components folder. If that's a problem, you can use [UnoCSS Icons Preset](https://unocss.dev/presets/icons),...
You should use nuxt icon instead, iirc nuxt icon now supports iconify icons and Anthony fix the SSR problem: https://github.com/nuxt/icon/pull/199
We cannot use `$props()` directly in runes, we need the script (we cannot use `$` as prefix in variable name in runes, it is a reserved prefix): [Working example](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACo2PTQrCMBBGrxIGQYWS7kssCh7AvREaa6qBJhmSsVBL7y6NoBU3ruaHecP7BmhMqyMUxwGcshoK2CFCBtTjNMROt6Qhg-jvoZ42ItbBIJXSSTIWfSB2CB7j3kRsVc-a4C1b8ny-5K83S-lE_sGd-Aa930g4qyCBndUjLyED6y-mMfoCBYW7HrO35Jz8x7b2LhIbOOc4kSPbsEXqVuuZkojddXaUMg7bG9mWVQIV3UqRp1KNKUp3TTl-RU_jE0W3XftZAQAA) Reserved...
https://github.com/userquin/unplugin-icons-svelte-runes