Closed
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.