Render issue when mixing render modes in server-rendered page #49490
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
feature-full-stack-web-ui
Full stack web UI with Blazor
Milestone
Is there an existing issue for this?
Describe the bug
This bug is regarding 2 instances of the Counter component on the same SSR page, each with different render modes, in the particular order: 1) Server and 2) WebAssembly.
It doesn't look right in prerendering:

And when the interactivity kicks in the components get displaced:
Expected Behavior
Here is when the components order is reversed and they are displayed as expected:
Steps To Reproduce
Here is the page component: https://github.com/marinasundstrom/Blazor8Test/blob/bug/src/Server/Pages/CounterPage2.razor
Exceptions (if any)
No response
.NET Version
8.0.100-preview.6.23330.14
Anything else?
No response
The text was updated successfully, but these errors were encountered: