updates to make identical to POC - still not working

This commit is contained in:
sbwalker
2024-02-10 11:46:07 -05:00
parent caa9cc213d
commit 856afcf3bf
3 changed files with 40 additions and 6 deletions

View File

@ -9,7 +9,7 @@
else
{
<div>Render Mode: @ModuleState.RenderMode</div><br />
<RenderModeBoundary ModuleState="@ModuleState" PageState="@PageState" SiteState="@SiteState" @rendermode="InteractiveRenderMode.GetInteractiveRenderMode(PageState.Site.Runtime, PageState.Site.Prerender)" />
<RenderModeBoundary ModuleState="@ModuleState" PageState="@PageState" SiteState="@SiteState" @rendermode="@InteractiveRenderMode.GetInteractiveRenderMode(PageState.Site.Runtime, PageState.Site.Prerender)" />
}
@code {