Closed
Description
I'm trying to upgrade a Blazor Server app to .NET 8 using the new full stack web UI model. I've setup the Blazor Router
component to render using the server interactive render mode, but the rendered pages (like the counter) don't render interactively.
Repro steps:
- Install .NET 8 Preview 6
- Clone https://github.com/danroth27/Net8BlazorServer
- Build and run the app
- Try out the counter
Expected result: The counter works
Actual result: The counter doesn't increment when clicked