Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
When I set the render mode for the entire app
<Routes @rendermode="@(new InteractiveServerRenderMode(prerender: true))" />
the prerender works as false value even if I set it inside the component
@rendermode @(new InteractiveServerRenderMode(prerender: true))
OnInitializedAsync and OnInitialized is executed one time not twice and PersistentComponentState not working
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
8
Anything else?
No response