Skip to content

Commit 207b26b

Browse files
committed
Still trying to find a solution to fix it
1 parent 95e4b22 commit 207b26b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
@page "/"
22

3-
<Greetings Message="Hello World" Mode="RenderMode.Server" />
3+
Good morning hello world
4+
5+
<Greetings Message="Hello World" />

projects/.net8/RazorComponentOne/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
var app = builder.Build();
55

6-
app.MapRazorComponents<RazorComponentOne.Shared.MainLayout>()
7-
.AddServerRenderMode();
6+
app.MapRazorComponents<RazorComponentOne.Shared.MainLayout>();
87

98
app.Run();
109

0 commit comments

Comments
 (0)