From dba8b1d63e6fa4d3452f9b616a128e8b64a1abc0 Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Tue, 19 May 2026 01:49:19 -0400 Subject: [PATCH] =?UTF-8?q?fix(routing):=20static=20Routes/HeadOutlet,=20I?= =?UTF-8?q?nteractiveAuto=20on=20MainLayout,=20InteractiveServer=20on=20Cm?= =?UTF-8?q?sLayout=20=E2=80=94=20Routes=20lived=20in=20server-only=20assem?= =?UTF-8?q?bly=20and=20couldn't=20hydrate=20in=20WASM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DeepDrftCms/Layout/CmsLayout.razor | 1 + DeepDrftWeb.Client/Layout/MainLayout.razor | 3 ++- DeepDrftWeb/Components/App.razor | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DeepDrftCms/Layout/CmsLayout.razor b/DeepDrftCms/Layout/CmsLayout.razor index 52b7904..2a830b9 100644 --- a/DeepDrftCms/Layout/CmsLayout.razor +++ b/DeepDrftCms/Layout/CmsLayout.razor @@ -1,3 +1,4 @@ +@rendermode InteractiveServer @inherits LayoutComponentBase diff --git a/DeepDrftWeb.Client/Layout/MainLayout.razor b/DeepDrftWeb.Client/Layout/MainLayout.razor index 1e87ab1..2be2cc9 100644 --- a/DeepDrftWeb.Client/Layout/MainLayout.razor +++ b/DeepDrftWeb.Client/Layout/MainLayout.razor @@ -1,4 +1,5 @@ -@using DeepDrftWeb.Client.Controls +@rendermode InteractiveAuto +@using DeepDrftWeb.Client.Controls @using DeepDrftWeb.Client.Controls.AudioPlayerBar @using DeepDrftWeb.Client.Services @using DeepDrftWeb.Client.Common diff --git a/DeepDrftWeb/Components/App.razor b/DeepDrftWeb/Components/App.razor index 5d10bda..506f2cb 100644 --- a/DeepDrftWeb/Components/App.razor +++ b/DeepDrftWeb/Components/App.razor @@ -15,11 +15,11 @@ - + - +