I have the same issue, the only way I have found to stop it is change this line in the "body" of App.razor.
<Routes @rendermode="new InteractiveAutoRenderMode(prerender: false)"/>
This stops the double render.
I have the same issue, the only way I have found to stop it is change this line in the "body" of App.razor.
<Routes @rendermode="new InteractiveAutoRenderMode(prerender: false)"/>
This stops the double render.