File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
docs-site/src/routes/docs/reference/Overlay Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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+
1221The experimental Overlay component uses [ fluent.js DOM Overlays] ( https://github.com/projectfluent/fluent.js/wiki/DOM-Overlays )
1322to render translation messages that contain HTML markup.
1423
You can’t perform that action at this time.
0 commit comments