Skip to content

Commit bd0a7a3

Browse files
authored
[Blazor] static-files.md - ImportMap also applies for global WASM render-mode (#35034)
1 parent 7c1f16d commit bd0a7a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aspnetcore/blazor/fundamentals/static-files.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ The Import Map component (<xref:Microsoft.AspNetCore.Components.ImportMap>) repr
7373
<ImportMap />
7474
```
7575

76-
> [!NOTE]
77-
> In Blazor Web Apps that adopt [global Interactive WebAssembly rendering](xref:blazor/components/render-modes#render-modes), the `ImportMap` component serves no purpose and can be removed from the `App` component. For more information, see the introductory remarks of this article.
78-
7976
If a custom <xref:Microsoft.AspNetCore.Components.ImportMapDefinition> isn't assigned to an Import Map component, the import map is generated based on the app's assets.
8077

8178
The following examples demonstrate custom import map definitions and the import maps that they create.

0 commit comments

Comments
 (0)