-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
Pillar: Complete Blazor WebPriority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-blazor-lazy-loadingIssues related to adding support for lazy-loading in BlazorIssues related to adding support for lazy-loading in Blazor
Milestone
Description
- Otherwise, lazy assembly loading breaks during prerendering.
- The workaround/fix is to register the service yourself.
- builder.Services.AddScoped();
This never worked in the past with webassembly, but it was not as prevalent as we were not doing prerendering.
We can start by registering a mock implementation inside AddInteractiveWebAssemblyComponents, adding a reference is not suitable in a patch release.
Kaayo and intisor
Metadata
Metadata
Assignees
Labels
Pillar: Complete Blazor WebPriority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-blazor-lazy-loadingIssues related to adding support for lazy-loading in BlazorIssues related to adding support for lazy-loading in Blazor