From c93f5bc848af52654b64288c9e67214be3248e0c Mon Sep 17 00:00:00 2001 From: Moustapha HappyDev Date: Tue, 6 Feb 2024 13:54:33 +0000 Subject: [PATCH] Revert "Update mention about dynamically generated slot names (#6440)" This reverts commit 86ac9ba39f4ff4813fb922eb44a1f5c3c35f0eb9. --- src/content/docs/en/basics/astro-components.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/basics/astro-components.mdx b/src/content/docs/en/basics/astro-components.mdx index 8b8b43f2122eb..e8babbf680496 100644 --- a/src/content/docs/en/basics/astro-components.mdx +++ b/src/content/docs/en/basics/astro-components.mdx @@ -291,7 +291,7 @@ Named slots can also be passed to [UI framework components](/en/guides/framework :::note -Dynamically generating an Astro slot name, such as within a map function, was added in Astro v4.2.0. For earlier versions of Astro, it might be best to generate these dynamic slots within the framework itself. +An astro slot name can not be dynamically generated, such as within a map function. If this feature is needed within UI framework components, it might be best to generate these dynamic slots within the framework itself. :::