diff --git a/docs/2.guide/2.directory-structure/1.components.md b/docs/2.guide/2.directory-structure/1.components.md index 0cdf5cb4b6..04dad5527b 100644 --- a/docs/2.guide/2.directory-structure/1.components.md +++ b/docs/2.guide/2.directory-structure/1.components.md @@ -303,6 +303,10 @@ Server-only components use [``](/docs/api/components/nuxt-island) un Server components (and islands) must have a single root element. (HTML comments are considered elements as well.) :: +::alert{type=warning} +Be careful when nesting islands within other islands as each island adds some extra overhead. +:: + ::alert{type=warning} Most features for server-only components and island components, such as slots and client components, are only available for single file components. ::