fix #1640 - prevent UX "flicker" which was caused by pre-rendering

This commit is contained in:
Shaun Walker
2021-09-17 08:48:01 -04:00
parent c01c16c7bc
commit 289034fd4f
2 changed files with 28 additions and 17 deletions

View File

@ -20,7 +20,7 @@
<body>
@(Html.AntiForgeryToken())
<app>
<component type="typeof(Oqtane.App)" render-mode="@Model.RenderMode" />
<component type="typeof(Oqtane.App)" render-mode="@Model.RenderMode" param-Runtime="@Model.Runtime" param-RenderMode="@Model.RenderMode.ToString()" />
</app>
<div id="blazor-error-ui">