Skip to content

InteractiveAuto is not working #63973

@wendellestradairely

Description

@wendellestradairely

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"

Image

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

  1. Create a new Blazor web app. dotnet new blazor -int Auto -ai
  2. Run the app.
  3. Navigate to the Counter page.
  4. Hit refresh.
  5. 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

No one assigned

    Labels

    area-blazorIncludes: Blazor, Razor Components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions