diff --git a/src/content/docs/en/basics/astro-components.mdx b/src/content/docs/en/basics/astro-components.mdx index 8b8b43f2122eb..3147602f248c4 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. +It is not possible to dynamically generate an Astro slot name, 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. :::