-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
According the to Blazor [documentation]((https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/?view=aspnetcore-10.0), if the render mode of a page/component is configured as InteractiveAuto, "Interactive SSR using Blazor Server initially and then CSR on subsequent visits after the Blazor bundle is downloaded"

However, the component is not interactive until all the wasm/dll files are downloaded.
Expected Behavior
Since, the component/page is configured as InteractiveAuto, it should be interactive initially via SignalR even the wasms are still being downloaded.
Steps To Reproduce
- Create a new Blazor web app.
dotnet new blazor -int Auto -ai
- Run the app.
- Navigate to the
Counter
page. - Hit refresh.
- While the wasms are still being downloaded, click the Counter button.
Exceptions (if any)
No response
.NET Version
.NET 10 rc1
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components