Skip to content

Commit

Permalink
Remove NOTE (#27716)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex committed Nov 22, 2022
1 parent 075dc35 commit 0484277
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aspnetcore/blazor/webassembly-lazy-load-assemblies.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,6 @@ If the `Robot` component from the RCL is requested at `/robot`, the `GrantImahar
* If unexpected rendering occurs, such as rendering a component from a previous navigation, confirm that the code throws if the cancellation token is set.
* If assemblies configured for lazy loading unexpectedly load at app start, check that the assembly is marked for lazy loading in the project file.

> [!NOTE]
> A known issue exists for loading types from a lazily-loaded assembly. For more information, see [Blazor WebAssembly lazy loading assemblies not working when using @ref attribute in the component (dotnet/aspnetcore #29342)](https://github.com/dotnet/aspnetcore/issues/29342).
## Additional resources

* [Handle asynchronous navigation events with `OnNavigateAsync`](xref:blazor/fundamentals/routing#handle-asynchronous-navigation-events-with-onnavigateasync)
Expand Down

0 comments on commit 0484277

Please sign in to comment.