mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
344866762c
* Update svelte version in renderer-svelte I am having funny console logs saying that my svelte component `received an unexpected slot "default".`. This issue is described here: https://github.com/sveltejs/kit/issues/981 Supposedly, updating svelte to version 3.44.3 solves this issue. I couldn't test it, though. * Update Svelte to 3.44.3 to get rid of console warning that component receives an unexpected slot "default". |
||
---|---|---|
.. | ||
renderer-lit | ||
renderer-preact | ||
renderer-react | ||
renderer-solid | ||
renderer-svelte | ||
renderer-vue | ||
README.md |
Astro Renderers
Astro is designed to support your favorite UI frameworks. React, Svelte, Vue, and Preact are all built-in to Astro and supported out of the box. No configuration is needed to enable these.
For adding additional frameworks (or your own custom one), please refer to the full documentation.