We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7b9dc commit fa5eeb7Copy full SHA for fa5eeb7
1 file changed
src/2-Clients/WebApp/Pages/_Host.cshtml
@@ -23,6 +23,7 @@
23
<body style="background-color:#362e6f; font-family: @LocalizationSettings.GetCurrentLanguageFont() !important;">
24
25
<component type="typeof(App)" render-mode="ServerPrerendered" />
26
+ <component type="typeof(ConnectionState)" render-mode="ServerPrerendered" />
27
28
<script src="js/cb.webapp.spa.min.js"></script>
29
<script src="_framework/blazor.server.js"></script>
0 commit comments