Skip to content

Commit c91e2fb

Browse files
committed
Updates
1 parent 58661d4 commit c91e2fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aspnetcore/blazor/components/prerender.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ The following counter component example persists counter state during prerenderi
9898
{
9999
Logger.LogInformation("CurrentCount restored to {Count}", CurrentCount);
100100
}
101-
102101
}
103102
104103
private void IncrementCount() => CurrentCount++;

0 commit comments

Comments
 (0)