Skip to content

Commit ebae000

Browse files
committed
docs: add SSR warning to Overlay reference
1 parent 7b5b4f7 commit ebae000

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs-site/src/routes/docs/reference/Overlay/+page.svelte.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ menuTitle: Overlay
99

1010
# {title}
1111

12+
> **Server-side rendering**
13+
>
14+
> Due to changes in Svelte's internal rendering architecture that support async rendering,
15+
> server-side rendering is currently disabled when using Svelte `5.39.0` and later versions.
16+
> In these versions the server-side output of Overlays will be an empty element.
17+
>
18+
> It's currently uncertain whether SSR functionality for Overlays can be restored once
19+
> Svelte's internal rendering API stabilizes.
20+
1221
The experimental Overlay component uses [fluent.js DOM Overlays](https://github.com/projectfluent/fluent.js/wiki/DOM-Overlays)
1322
to render translation messages that contain HTML markup.
1423

0 commit comments

Comments
 (0)